2011-10-26 09:02:08 +00:00
|
|
|
/* vim:set ts=2 sw=2 sts=2 et: */
|
2012-05-21 11:12:37 +00: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 09:02:08 +00:00
|
|
|
|
2014-05-22 10:04:47 +00:00
|
|
|
#style-editor-chrome {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
2011-12-19 14:14:58 +00:00
|
|
|
.stylesheet-error-message {
|
2011-10-26 09:02:08 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2011-12-19 14:14:58 +00:00
|
|
|
|
|
|
|
li.error > .stylesheet-info > .stylesheet-more > .stylesheet-error-message {
|
2011-10-26 09:02:08 +00:00
|
|
|
display: block;
|
|
|
|
}
|
2011-12-19 14:14:58 +00:00
|
|
|
|
2014-06-03 09:47:00 +00:00
|
|
|
.devtools-toolbar > spacer {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
2011-12-19 14:14:58 +00:00
|
|
|
.splitview-nav > li,
|
|
|
|
.stylesheet-info,
|
|
|
|
.stylesheet-more {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
2014-05-26 17:52:24 +00:00
|
|
|
.stylesheet-details-container {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
2014-06-11 22:10:00 +00:00
|
|
|
.stylesheet-media-container {
|
2014-05-26 17:52:24 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-rule-label {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-rule-condition {
|
|
|
|
flex: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2011-12-19 14:14:58 +00: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 19:26:03 +00:00
|
|
|
.stylesheet-name > label {
|
2012-01-26 03:58:00 +00:00
|
|
|
display: inline;
|
2012-01-23 19:26:03 +00:00
|
|
|
cursor: pointer;
|
2011-12-19 14:14:58 +00:00
|
|
|
}
|
|
|
|
|
2012-01-23 19:26:03 +00:00
|
|
|
.splitview-nav > li > hgroup.stylesheet-info {
|
|
|
|
-moz-box-pack: center;
|
2011-12-19 14:14:58 +00:00
|
|
|
}
|
|
|
|
|
2012-01-27 14:28:47 +00:00
|
|
|
.stylesheet-name {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.unsaved > hgroup > h1 > .stylesheet-name:before {
|
|
|
|
content: "*";
|
|
|
|
}
|
|
|
|
|
2014-02-01 20:26:53 +00: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 14:14:58 +00:00
|
|
|
.stylesheet-enabled {
|
|
|
|
display: -moz-box;
|
2013-11-05 19:24:16 +00:00
|
|
|
cursor: pointer;
|
2011-12-19 14:14:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-saveButton {
|
|
|
|
display: none;
|
2013-11-05 19:24:16 +00:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
2011-12-19 14:14:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-rule-count,
|
2011-12-22 09:15:00 +00:00
|
|
|
li.splitview-active > hgroup > .stylesheet-more > h3 > .stylesheet-saveButton,
|
|
|
|
li:hover > hgroup > .stylesheet-more > h3 > .stylesheet-saveButton {
|
2011-12-19 14:14:58 +00:00
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-more > spacer {
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* portrait mode */
|
2012-01-25 15:09:11 +00:00
|
|
|
@media (max-width: 550px) {
|
2011-12-22 09:15:00 +00:00
|
|
|
li.splitview-active > hgroup > .stylesheet-more > .stylesheet-rule-count,
|
2011-12-19 14:14:58 +00:00
|
|
|
li:hover > hgroup > .stylesheet-more > .stylesheet-rule-count {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stylesheet-more {
|
|
|
|
-moz-box-flex: 1;
|
2012-01-23 17:11:37 +00:00
|
|
|
-moz-box-pack: end;
|
2011-12-19 14:14:58 +00: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 18:57:58 +00: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;
|
|
|
|
}
|