make network panel look decent even in current nightlies
[themes.git] / LCARStrek / global / dialog.css
index be073ab16547528e301984fb33a8fac972514ff4..301e8aa804578dd5fc746dbab3e994ad7771ee82 100644 (file)
@@ -27,7 +27,7 @@ dialogheader {
   border-radius: 8px;
   margin: 0px;
   padding: 1px 12px;
-  background-color: #FF9F00;
+  background-color: #A09090;
   color: #000000;
 }
 
@@ -46,8 +46,8 @@ dialogheader {
   border-bottom: 1px solid #9C9CFF;
   padding-top: 12px;
   padding-bottom: 12px;
-  -moz-padding-start: 25px;
-  -moz-padding-end: 5px;
+  padding-inline-start: 25px;
+  padding-inline-end: 5px;
   background-color: #000000;
   color: #FF9F00;
 }
@@ -58,5 +58,5 @@ dialogheader {
 }
 
 .header-large > .dialogheader-description {
-  -moz-margin-start: 12px !important;
+  margin-inline-start: 12px !important;
 }