first part of syncing LCARStrek with Firefox 40 windows theme changes
[themes.git] / LCARStrek / browser / devtools / splitview.css
index f41403b9462a29bb8fde7d6c6af0667fd9209b62..b3a7fbdf864644a1ff7aa9d9cf8f68870fd9c35f 100644 (file)
@@ -4,14 +4,17 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 .splitview-nav-container {
-  background-color: #000000;
-  color: #FF9F00;
+  background-color: var(--theme-toolbar-background);
+  color: var(--theme-body-color);
 }
 
-.loading .splitview-nav-container {
-  background-image: url("chrome://global/skin/icons/loading.gif");
-  background-repeat: no-repeat;
-  background-position: center center;
+.splitview-nav-container .devtools-throbber {
+  display: none;
+  text-align: center;
+}
+
+.loading .splitview-nav-container .devtools-throbber {
+  display: block;
 }
 
 .splitview-nav {