2011-10-26 02:02:08 -07:00
|
|
|
/* vim:set ts=2 sw=2 sts=2 et: */
|
2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2011-10-26 02:02:08 -07:00
|
|
|
|
2014-05-22 03:04:47 -07:00
|
|
|
#style-editor-chrome {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
2011-12-19 06:14:58 -08:00
|
|
|
.stylesheet-error-message {
|
2011-10-26 02:02:08 -07:00
|
|
|
display: none;
|
|
|
|
}
|
2011-12-19 06:14:58 -08:00
|
|
|
|
|
|
|
li.error > .stylesheet-info > .stylesheet-more > .stylesheet-error-message {
|
2011-10-26 02:02:08 -07:00
|
|
|
display: block;
|
|
|
|
}
|
2011-12-19 06:14:58 -08:00
|
|
|
|
2014-06-03 02:47:00 -07:00
|
|
|
.devtools-toolbar > spacer {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
2011-12-19 06:14:58 -08:00
|
|
|
.splitview-nav > li,
|
|
|
|
.stylesheet-info,
|
|
|
|
.stylesheet-more {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
2014-05-26 10:52:24 -07:00
|
|
|
.stylesheet-details-container {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
2014-06-11 15:10:00 -07:00
|
|
|
.stylesheet-media-container {
|
2014-05-26 10:52:24 -07:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-rule-label {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-rule-condition {
|
|
|
|
flex: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2011-12-19 06:14:58 -08:00
|
|
|
.splitview-nav > li {
|
|
|
|
-moz-box-orient: horizontal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.splitview-nav > li > hgroup {
|
|
|
|
display: -moz-box;
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-info > h1 {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
2012-01-23 11:26:03 -08:00
|
|
|
.stylesheet-name > label {
|
2012-01-25 19:58:00 -08:00
|
|
|
display: inline;
|
2012-01-23 11:26:03 -08:00
|
|
|
cursor: pointer;
|
2011-12-19 06:14:58 -08:00
|
|
|
}
|
|
|
|
|
2012-01-23 11:26:03 -08:00
|
|
|
.splitview-nav > li > hgroup.stylesheet-info {
|
|
|
|
-moz-box-pack: center;
|
2011-12-19 06:14:58 -08:00
|
|
|
}
|
|
|
|
|
2012-01-27 06:28:47 -08:00
|
|
|
.stylesheet-name {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.unsaved > hgroup > h1 > .stylesheet-name:before {
|
|
|
|
content: "*";
|
|
|
|
}
|
|
|
|
|
2014-02-01 12:26:53 -08:00
|
|
|
li.linked-file-error .stylesheet-linked-file {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.linked-file-error .stylesheet-linked-file:after {
|
|
|
|
content: " ✘";
|
|
|
|
}
|
|
|
|
|
|
|
|
li.linked-file-error .stylesheet-rule-count {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-linked-file:not(:empty):before {
|
|
|
|
content: " ↳ ";
|
|
|
|
}
|
|
|
|
|
2011-12-19 06:14:58 -08:00
|
|
|
.stylesheet-enabled {
|
|
|
|
display: -moz-box;
|
2013-11-05 11:24:16 -08:00
|
|
|
cursor: pointer;
|
2011-12-19 06:14:58 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-saveButton {
|
|
|
|
display: none;
|
2013-11-05 11:24:16 -08:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
2011-12-19 06:14:58 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-rule-count,
|
2011-12-22 01:15:00 -08:00
|
|
|
li.splitview-active > hgroup > .stylesheet-more > h3 > .stylesheet-saveButton,
|
|
|
|
li:hover > hgroup > .stylesheet-more > h3 > .stylesheet-saveButton {
|
2011-12-19 06:14:58 -08:00
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-more > spacer {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* portrait mode */
|
2012-01-25 07:09:11 -08:00
|
|
|
@media (max-width: 550px) {
|
2011-12-22 01:15:00 -08:00
|
|
|
li.splitview-active > hgroup > .stylesheet-more > .stylesheet-rule-count,
|
2011-12-19 06:14:58 -08:00
|
|
|
li:hover > hgroup > .stylesheet-more > .stylesheet-rule-count {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-more {
|
|
|
|
-moz-box-flex: 1;
|
2012-01-23 09:11:37 -08:00
|
|
|
-moz-box-pack: end;
|
2011-12-19 06:14:58 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.splitview-nav > li > hgroup.stylesheet-info {
|
|
|
|
-moz-box-orient: horizontal;
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-more > spacer {
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
}
|
|
|
|
}
|
2014-05-26 11:57:58 -07:00
|
|
|
|
|
|
|
.csscoverage-report-container {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.csscoverage-report-content > * {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.csscoverage-report {
|
|
|
|
-moz-box-orient: horizontal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.csscoverage-report .pie-table-chart-container {
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
}
|