first part of syncing LCARStrek with Firefox 37 windows theme changes
[themes.git] / LCARStrek / browser / devtools / inspector.css
index cb1b54093b1da2769673c309b6f516912c608ce7..4a6c379b86d07afac80943d347de19feb8187b07 100644 (file)
@@ -292,7 +292,8 @@ window {
 
 #devtools-tooltip-events-container {
   margin: -4px; /* Compensate for the .panel-arrowcontent padding. */
-  max-width: 390px;
+  max-width: 590px;
+  overflow-y: auto;
 }
 
 .event-header {
@@ -354,17 +355,21 @@ window {
 }
 
 .event-tooltip-attributes-container {
-  background-color: #000000;
-  color: #9C9CFF;
+  display: flex;
+  flex-shrink: 0;
+  flex-grow: 1;
+  justify-content: flex-end;
 }
 
-.event-tooltip-attributes-container {
+.event-tooltip-attributes-box {
   display: flex;
   flex-shrink: 0;
   align-items: center;
   border-radius: 3px;
   padding: 2px;
   -moz-margin-start: 5px;
+  background-color: var(--theme-sidebar-background);
+  color: var(--theme-highlight-blue);
 }
 
 .event-tooltip-attributes {