make networking pane work nicely in current nightlies (not completely sure if we...
[themes.git] / LCARStrek / devtools / toolbars.css
index ee12919a86f8a707986fe1ecef145cf0fcd2e318..13a5a467a833d8e1f7269a56f05ae9a3da0f4974 100644 (file)
@@ -56,7 +56,8 @@
 
 /* HTML Checkboxes - a lot copied from global/in-content/common.css */
 /* Hide the actual checkbox */
-input[type="checkbox"]:not(#browser-style-checkbox) { /* not() is workaround for old placement of checkbox in label */
+input[type="checkbox"]:not(#browser-style-checkbox),
+#browser-style-checkbox:not([label]) { /* not()s are workaround for old placement of checkbox in label */
   opacity: 0;
   width: 0;
   pointer-events: none;
@@ -228,6 +229,7 @@ div.devtools-toolbar::after {
 .menu-filter-button {
   border: none;
 /*  min-height: 32px; */
+  font: inherit;
   background-color: var(--theme-button-background);
   color: var(--theme-button-color);
   border-radius: 300px;
@@ -483,8 +485,8 @@ div.devtools-toolbar::after {
   visibility: hidden;
 }
 
-.devtools-searchinput .textbox-input::-moz-placeholder,
-.devtools-filterinput .textbox-input::-moz-placeholder {
+.devtools-searchinput .textbox-input::placeholder,
+.devtools-filterinput .textbox-input::placeholder {
   font-style: normal;
 }
 
@@ -495,6 +497,10 @@ div.devtools-toolbar::after {
   position: relative;
 }
 
+button + .devtools-searchbox {
+  margin-inline-start: 2px;
+}
+
 /* The spacing is accomplished with a padding on the searchbox */
 .devtools-searchbox > .devtools-textinput,
 .devtools-searchbox > .devtools-searchinput {