fifth and final part of synching LCARStrek with windows theme changes in Firefox...
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index dbdcd31870d45ed42c629113e8b7d43a5da752ad..4bebb5e600933f5c2ca40f5ec0449507a288e6eb 100644 (file)
@@ -321,6 +321,7 @@ a {
 .inlined-variables-view iframe {
  display: block;
   flex: 1;
+  margin-top: 5px;
   margin-bottom: 15px;
   -moz-margin-end: 15px;
   border: 1px solid #9C9CFF;
@@ -382,6 +383,10 @@ a {
   background: #000000; /* mainBackgroundColor */
 }
 
+.theme-dark .inlined-variables-view iframe {
+  border-color: #A09090;
+}
+
 /* Replace these values with CSS variables as available */
 .theme-light .jsterm-input-container {
   background-color: #000000; /* tabToolbarBackgroundColor */
@@ -399,3 +404,7 @@ a {
 .theme-light .navigation-marker .url {
   background: #000000; /* mainBackgroundColor */
 }
+
+.theme-light .inlined-variables-view iframe {
+  border-color: #A09090;
+}