improve devtools looks somewhat and make them work up to current nightly
[themes.git] / LCARStrek / devtools / common.css
index f3e8d0baa6ea4fc0d4741e622efc348ea75e7b15..c11ffd4ecc15b2ba15c58b3f9dc1085b193ee35e 100644 (file)
@@ -159,3 +159,24 @@ input[type="checkbox"]:-moz-focusring,
 checkbox:-moz-focusring {
   outline: none;
 }
+
+
+:root {
+  --clear-icon-url: url("chrome://devtools/skin/images/clear.svg");
+}
+
+.devtools-button.devtools-clear-icon::before {
+  background-image: var(--clear-icon-url);
+}
+
+.devtools-button.devtools-filter-icon::before {
+  background-image: var(--filter-image);
+}
+
+.devtools-toolbarbutton.devtools-clear-icon {
+  list-style-image: var(--clear-icon-url);
+}
+
+.devtools-option-toolbarbutton {
+  list-style-image: var(--tool-options-image);
+}