.devtools-sidebar-tabs > tabs > tab[selected=true]:hover:active {
}
-/* LCARStrek-specific adaptions */
-
-#profiler-chrome {
- /* HACK for profiler in the dev toolbox in FF 20+. */
- margin: -3px;
-}
-
-#profiler-chrome > box > box > .devtools-toolbar {
- border-bottom: none;
-}
-
-
/********************** shared/devtools/common.inc.css **********************/
/* Autocomplete Popup */
.requests-menu-header-button > .button-box,
#requests-menu-status-button > .button-box {
border-radius: 0;
+ -moz-padding-start: 0;
+ -moz-padding-end: 0;
+ border: 0;
}
.requests-menu-header-button:hover {
}
.devtools-toolbar {
- border-bottom: none;
}
.profile-name {
-moz-padding-end: 8px;
-moz-box-align: center;
}
+
+#profiler-start {
+ list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch.png");
+ -moz-image-region: rect(0px,16px,16px,0px);
+}
+
+#profiler-start:hover {
+ -moz-image-region: rect(16px,16px,32px,0px);
+}
+
+#profiler-start[checked] {
+ -moz-image-region: rect(0px,32px,16px,16px);
+}
+
+#profiler-start[checked]:hover {
+ -moz-image-region: rect(16px,32px,32px,16px);
+}
-moz-margin-end: 3px;
}
+.devtools-tab:not(.highlighted) > .highlighted-icon,
+.devtools-tab[selected=true] > .highlighted-icon,
+.devtools-tab:not([selected=true]).highlighted > .default-icon {
+ visibility: collapse;
+}
#options-panel {
/* background-image: url("chrome://browser/skin/newtab/noise.png"); */