third and last part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / LCARStrek / devtools / styleeditor.css
index cb257d9de1161b7b7db32fbc5dfebb5df2dd5275..5168985caa6c27fcb0de4690946eb1a96c811360 100644 (file)
@@ -54,7 +54,6 @@ li.error > .stylesheet-info > .stylesheet-more  > .stylesheet-error-message {
 .stylesheet-title,
 .stylesheet-name {
   text-decoration: none;
 .stylesheet-title,
 .stylesheet-name {
   text-decoration: none;
-  color: var(--theme-highlight-blue);
 }
 
 .stylesheet-name {
 }
 
 .stylesheet-name {
@@ -79,6 +78,11 @@ li.error > .stylesheet-info > .stylesheet-more  > .stylesheet-error-message {
   -moz-box-flex: 1;
 }
 
   -moz-box-flex: 1;
 }
 
+.stylesheet-title,
+.stylesheet-name {
+  color: var(--theme-highlight-blue);
+}
+
 .stylesheet-rule-count,
 .stylesheet-linked-file,
 .stylesheet-saveButton {
 .stylesheet-rule-count,
 .stylesheet-linked-file,
 .stylesheet-saveButton {
@@ -86,6 +90,9 @@ li.error > .stylesheet-info > .stylesheet-more  > .stylesheet-error-message {
 }
 
 .stylesheet-saveButton {
 }
 
 .stylesheet-saveButton {
+  display: none;
+  margin-top: 0px;
+  margin-bottom: 0px;
   text-decoration: underline;
   cursor: pointer;
 }
   text-decoration: underline;
   cursor: pointer;
 }
@@ -132,7 +139,7 @@ li.error > .stylesheet-info > .stylesheet-more  > .stylesheet-error-message {
   max-width: 400px;
   min-width: 100px;
 
   max-width: 400px;
   min-width: 100px;
 
-  border-color: #9C9CFF; /* Splitters */
+  border-color: var(--theme-splitter-color);
 }
 
 .media-rule-label {
 }
 
 .media-rule-label {
@@ -217,7 +224,7 @@ li.linked-file-error .stylesheet-rule-count {
 
 .stylesheet-more > h3 {
   font-size: 11px;
 
 .stylesheet-more > h3 {
   font-size: 11px;
-  -moz-margin-end: 2px;
+  margin-inline-end: 2px;
 }
 
 .devtools-searchinput,
 }
 
 .devtools-searchinput,
@@ -290,6 +297,7 @@ h3 {
   }
 }
 
   }
 }
 
+/* CSS coverage */
 .csscoverage-report {
   background-color: var(--theme-contrastsidebar-background);
   -moz-box-orient: horizontal;
 .csscoverage-report {
   background-color: var(--theme-contrastsidebar-background);
   -moz-box-orient: horizontal;
@@ -396,7 +404,7 @@ h3 {
 
 .chart-colored-blob[name="Used Preload"] {
   fill: var(--theme-highlight-pink);
 
 .chart-colored-blob[name="Used Preload"] {
   fill: var(--theme-highlight-pink);
-  background: var(--theme-highlight-pink);;
+  background: var(--theme-highlight-pink);
 }
 
 .chart-colored-blob[name=Used] {
 }
 
 .chart-colored-blob[name=Used] {