b2g/chrome/content/desktop.css

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 #controls {
     2   position: absolute;
     3   left: 0;
     4   bottom:0;
     5   right: 0;
     6   height: 30px;
     7   background-color: -moz-dialog;
     8 }
    10 #home-button {
    11   margin: auto;
    12   margin-top: 3px;
    13   width: 24px;
    14   height: 24px;
    15   background: #eee url("images/desktop/home-black.png") center no-repeat;
    16   border: 1px solid #888;
    17   border-radius: 12px;
    18   display: block;
    19 }
    21 #home-button::-moz-focus-inner {
    22   padding: 0;
    23   border: 0;
    24 }
    26 #home-button:hover {
    27   background-image: url("images/desktop/home-white.png");
    28   background-color: #ccc;
    29   border-color: #555;
    30 }
    32 #home-button.active {
    33   background-image: url("images/desktop/home-white.png");
    34   background-color: #888;
    35   border-color: black;
    36 }
    38 #rotate-button {
    39   position: absolute;
    40   top: 3px;
    41   bottom: 3px;
    42   right: 3px;
    43   width: 24px;
    44   height: 24px;
    45   background: #eee url("images/desktop/rotate.png") center no-repeat;
    46   border: 1px solid #888;
    47   border-radius: 12px;
    48   display: block;
    49 }
    51 #rotate-button:hover {
    52   background-color: #ccc;
    53   border-color: #555;
    54 }
    56 #rotate-button.active {
    57   background-color: #888;
    58   border-color: black;
    59 }

mercurial