some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / browser / preferences / in-content / dialog.css
index 5434298ffff1afd714faf7633bf9895f1065e073..f2b4e582e7c9d0d15b4739f1e778680006c9b9cb 100644 (file)
@@ -44,7 +44,7 @@ tree:not(#rejectsTree) {
 }
 
 caption {
-  -moz-padding-start: 0;
+  padding-inline-start: 0;
 }
 
 groupbox {
@@ -64,3 +64,9 @@ groupbox description {
   margin-right: 0;
   margin-left: 0;
 }
+
+/* Create a separate rule to unset these styles on .tree-input instead of
+   using :not(.tree-input) so the selector specifity doesn't change. */
+textbox.tree-input {
+  font-size: unset;
+}