1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
8 box-sizing: border-box;
9 font-family: Lucida Grande, Helvetica, Helvetica Neue, sans-serif;
14 -moz-padding-end: 3px;
25 -moz-appearance: none;
27 background-color: #C09070;
40 .button[selected]:hover {
42 background-color: #FFCF00;
47 background-color: #008484;
50 .button::-moz-focus-inner {
58 .panel:not([selected="true"]) {
63 background-repeat: no-repeat;
64 background-position: center 15px;
65 background-size: 40px 40px;
69 background-image: url('chrome://browser/skin/devtools/app-manager/index-icons.svg');
70 background-repeat: no-repeat;
71 background-position: left -5px;
74 .projects-button[selected]:not(:hover) {
75 background-position: right -5px;
79 background-image: url('chrome://browser/skin/devtools/app-manager/index-icons.svg');
80 background-position: left -85px, top left;
81 background-repeat: no-repeat, no-repeat;
82 background-size: 160px 240px, 2px 80px;
85 .device-button[selected]:not(:hover) {
86 background-position: right -85px, top left;
91 background-image: url('chrome://browser/skin/devtools/app-manager/index-icons.svg');
92 background-position: left -165px, top left;
93 background-repeat: no-repeat, no-repeat;
94 background-size: 160px 240px, 2px 80px;
97 .help-button[selected]:not(:hover) {
98 background-position: right -165px, top left;