2013-04-10 10:41:45 -07:00
|
|
|
%if 0
|
|
|
|
/* 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/. */
|
|
|
|
%endif
|
|
|
|
|
2013-06-27 17:31:52 -07:00
|
|
|
.profiler-sidebar-empty-notice {
|
|
|
|
max-width: 176px;
|
|
|
|
padding: 10px;
|
|
|
|
background-color: rgb(61, 69, 76);
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-06-18 14:42:36 -07:00
|
|
|
.profiler-sidebar {
|
|
|
|
min-width: 196px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profiler-sidebar + .devtools-side-splitter {
|
2013-12-18 09:10:16 -08:00
|
|
|
border-color: transparent;
|
2013-06-18 14:42:36 -07:00
|
|
|
}
|
|
|
|
|
2014-01-30 12:42:15 -08:00
|
|
|
.profiler-sidebar .devtools-toolbar {
|
|
|
|
-moz-border-end: 1px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-dark .profiler-sidebar .devtools-toolbar {
|
|
|
|
-moz-border-end-color: black; /* Match the splitter. */
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-light .profiler-sidebar .devtools-toolbar {
|
|
|
|
-moz-border-end-color: #aaa; /* Match the splitter color. */
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-06-18 14:42:36 -07:00
|
|
|
.profiler-sidebar-item {
|
|
|
|
padding: 3px 5px;
|
|
|
|
}
|
|
|
|
|
2013-07-16 16:03:33 -07:00
|
|
|
.profiler-sidebar-item, .side-menu-widget-item-contents {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2013-06-18 14:42:36 -07:00
|
|
|
.profiler-sidebar-item > h3 {
|
2012-12-13 14:17:00 -08:00
|
|
|
font-size: 13px;
|
2013-06-18 14:42:36 -07:00
|
|
|
display: block;
|
2013-07-16 16:03:33 -07:00
|
|
|
cursor: pointer;
|
2013-06-18 14:42:36 -07:00
|
|
|
}
|
|
|
|
|
2013-07-16 16:03:33 -07:00
|
|
|
.profiler-sidebar-item > hbox {
|
2013-06-18 14:42:36 -07:00
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
2013-07-16 16:03:33 -07:00
|
|
|
.profiler-sidebar-item > hbox > a {
|
|
|
|
display: none;
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2014-01-07 01:58:07 -08:00
|
|
|
.selected [state=completed] .profiler-sidebar-item > hbox > a {
|
2013-07-16 16:03:33 -07:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-01-30 12:42:15 -08:00
|
|
|
.theme-dark .selected .profiler-sidebar-item > hbox {
|
|
|
|
color: #b6babf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-light .selected .profiler-sidebar-item > hbox {
|
|
|
|
color: #ebeced;
|
2012-12-13 14:17:00 -08:00
|
|
|
}
|
|
|
|
|
2013-06-27 17:31:52 -07:00
|
|
|
#profiler-start {
|
|
|
|
list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch.png");
|
|
|
|
-moz-image-region: rect(0px,16px,16px,0px);
|
2012-12-13 14:17:00 -08:00
|
|
|
}
|
|
|
|
|
2013-06-27 17:31:52 -07:00
|
|
|
#profiler-start[checked] {
|
|
|
|
-moz-image-region: rect(0px,32px,16px,16px);
|
2013-12-18 09:10:16 -08:00
|
|
|
}
|