second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / global / in-content / common.css
index be9fa280826a6c7c482046d3e070d71247ed103e..2b6ef8a3118142bfafadbc09544e50af53c1e3fb 100644 (file)
@@ -12,7 +12,7 @@
   --in-content-page-background: #000000;
   --in-content-text-color: #FF9F00;
   --in-content-selected-text: #000000;
-  ---in-content-header-border-color: #c8c8c8;
+  --in-content-header-border-color: #A09090;
   --in-content-button-background: #C09070;
   --in-content-box-background: #000000;
   ---in-content-box-background-odd: #f3f6fa;
@@ -99,6 +99,11 @@ html|hr {
 xul|caption {
 }
 
+html|h2,
+xul|caption > xul|checkbox,
+xul|caption > xul|label {
+}
+
 xul|caption > xul|checkbox,
 xul|caption > xul|label {
   margin-top: 0;
@@ -128,7 +133,7 @@ xul|groupbox {
   font-size: 1.25rem;
 }
 
-xul|groupbox xul|label:not(.menu-accel):not(.menu-text):not(.indent),
+xul|groupbox xul|label:not(.menu-accel):not(.menu-text):not(.indent):not(.learnMore),
 xul|groupbox xul|description {
   / !important needed to override toolkit !important rule /
   margin-inline-start: 0 !important;
@@ -606,7 +611,12 @@ xul|*.checkbox-label-box {
 xul|richlistitem > xul|*.checkbox-check {
   margin: 3px 6px;
 }
-
+*/
+html|*.toggle-container-with-text {
+  display: flex;
+  align-items: center;
+}
+/*
 xul|radio {
   margin-inline-start: 0;
 }