b2g/chrome/content/desktop.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/b2g/chrome/content/desktop.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,59 @@
     1.4 +#controls {
     1.5 +  position: absolute;
     1.6 +  left: 0;
     1.7 +  bottom:0;
     1.8 +  right: 0;
     1.9 +  height: 30px;
    1.10 +  background-color: -moz-dialog;
    1.11 +}
    1.12 +
    1.13 +#home-button {
    1.14 +  margin: auto;
    1.15 +  margin-top: 3px;
    1.16 +  width: 24px;
    1.17 +  height: 24px;
    1.18 +  background: #eee url("images/desktop/home-black.png") center no-repeat;
    1.19 +  border: 1px solid #888;
    1.20 +  border-radius: 12px;
    1.21 +  display: block;
    1.22 +}
    1.23 +
    1.24 +#home-button::-moz-focus-inner {
    1.25 +  padding: 0;
    1.26 +  border: 0;
    1.27 +}
    1.28 +
    1.29 +#home-button:hover {
    1.30 +  background-image: url("images/desktop/home-white.png");
    1.31 +  background-color: #ccc;
    1.32 +  border-color: #555;
    1.33 +}
    1.34 +
    1.35 +#home-button.active {
    1.36 +  background-image: url("images/desktop/home-white.png");
    1.37 +  background-color: #888;
    1.38 +  border-color: black;
    1.39 +}
    1.40 +
    1.41 +#rotate-button {
    1.42 +  position: absolute;
    1.43 +  top: 3px;
    1.44 +  bottom: 3px;
    1.45 +  right: 3px;
    1.46 +  width: 24px;
    1.47 +  height: 24px;
    1.48 +  background: #eee url("images/desktop/rotate.png") center no-repeat;
    1.49 +  border: 1px solid #888;
    1.50 +  border-radius: 12px;
    1.51 +  display: block;
    1.52 +}
    1.53 +
    1.54 +#rotate-button:hover {
    1.55 +  background-color: #ccc;
    1.56 +  border-color: #555;
    1.57 +}
    1.58 +
    1.59 +#rotate-button.active {
    1.60 +  background-color: #888;
    1.61 +  border-color: black;
    1.62 +}

mercurial