Merge branch 'master' into newui
[bookreader.git] / BookReader / touch / BookReaderTouch.css
1 /*
2  * Custom overrides for touch and small-screen devices.
3  */
4
5 /* Hide some navigation buttons */
6 #BRtoolbar .play, .embed, .print {
7     display: none;
8 }
9
10 /* Disable hover */
11 /* $$$ better would be to display the hover momentarily
12  *     to show that the button was pressed */
13 .BRicon.info:hover {background-position:-40px 0;}
14 .BRicon.share:hover {background-position:-120px 0;}
15 .BRicon.read:hover {background-position:-200px 0;}
16 .BRicon.unread:hover {background-position:-280px 0;}
17 .BRicon.full:hover {background-position:-360px 0;}
18 .BRicon.book_left:hover {background-position:-440px 0;}
19 .BRicon.book_right:hover {background-position:-520px 0;}
20 .BRicon.zoom_out:hover {background-position:-606px 0;}
21 .BRicon.zoom_in:hover {background-position:-686px 0;}
22
23 div#BRzoomer button:hover {
24     background-color: #e2dcc5; /* $$$ as declared in BookReader.css - find way to avoid this */
25 }