b2g/chrome/content/desktop.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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