1 /* vim:set ts=2 sw=2 sts=2 et: */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 window:not([windowtype]) {
7 /* This does not apply to the standalone window in FF 19 and lower,
8 * only to the dev toolbox in FF 20+. */
12 #style-editor-chrome {
13 background-color: #000000;
17 background: #A09090; /* Toolbars */
20 .csscoverage-report-container {
25 .csscoverage-report-content {
32 .csscoverage-report h1,
33 .csscoverage-report h2,
34 .csscoverage-report h3 {
38 .csscoverage-report textarea {
43 .csscoverage-report > .csscoverage-toolbar {
49 .csscoverage-report > .csscoverage-toolbarbutton {
57 -moz-border-start: none;
62 text-decoration: none;
70 .stylesheet-rule-count,
71 .stylesheet-linked-file,
72 .stylesheet-saveButton {
76 .stylesheet-saveButton {
77 text-decoration: underline;
81 .splitview-active .stylesheet-title,
82 .splitview-active .stylesheet-name {
86 .splitview-active .stylesheet-rule-count,
87 .splitview-active .stylesheet-linked-file,
88 .splitview-active .stylesheet-saveButton {
92 .splitview-nav:focus {
93 outline: 0; /* focus ring is on the stylesheet name */
96 .splitview-nav > li.unsaved > hgroup .stylesheet-name {
100 .splitview-nav:-moz-locale-dir(ltr) > li.unsaved > hgroup .stylesheet-name:before,
101 .splitview-nav:-moz-locale-dir(rtl) > li.unsaved > hgroup .stylesheet-name:after {
105 .splitview-nav.empty > p {
109 .stylesheet-sidebar {
113 .stylesheet-sidebar {
114 border-left: 1px solid #9C9CFF;
118 border-bottom: 1px solid #A09090;
126 .media-condition-unmatched {
130 .stylesheet-enabled {
133 background-image: url("itemToggle.png");
134 background-repeat: no-repeat;
135 background-clip: content-box;
136 background-position: 0 8px;
137 background-size: 48px 24px;
142 @media (min-resolution: 2dppx) {
143 .stylesheet-enabled {
144 background-image: url("itemToggle@2x.png");
148 .disabled > .stylesheet-enabled {
149 background-position: -24px 8px;
152 #style-editor-options {
157 .splitview-nav > li > .stylesheet-enabled:focus,
158 .splitview-nav > li:hover > .stylesheet-enabled {
162 .stylesheet-linked-file:not(:empty){
163 -moz-margin-end: 0.4em;
166 .stylesheet-linked-file:not(:empty):before {
167 -moz-margin-start: 0.4em;
170 li.linked-file-error .stylesheet-linked-file:after {
174 .stylesheet-more > h3 {
176 -moz-margin-end: 2px;
179 .devtools-searchinput {
189 text-decoration: underline;
201 @media (max-width: 700px) {
202 .stylesheet-sidebar {
208 @media (max-width: 550px) {
213 .splitview-nav > li.splitview-active {
214 background-size: 0 0, 0 0, auto;
217 .stylesheet-enabled {
219 background-position: 0 0;
223 .disabled > .stylesheet-enabled {
224 background-position: -24px 0;
227 .splitview-nav > li > hgroup.stylesheet-info {
228 -moz-box-align: baseline;
231 .stylesheet-sidebar {