sync LCARStrek with Firefox 51 devtools theme changes
[themes.git] / LCARStrek / devtools / computed.css
index 9d6680471eb23cfd29db91d522ea42e511f80af9..803349df777d2e5e448ea2f218fb9dc1d07971af 100644 (file)
@@ -8,10 +8,7 @@
   display : flex;
   flex-direction: column;
   width: 100%;
-  /* Bug 1243598 - Reduce the container height by the tab height to make room
-     for the tabs above. */
-  height: calc(100% - 24px);
-  position: absolute;
+  height: 100%;
 }
 
 #computedview-container {
@@ -29,8 +26,7 @@
   outline: none;
 }
 
-#computedview-toolbar,
-#sidebar-panel-computedview > .devtools-toolbar {
+#computedview-toolbar {
   display: flex;
 }
 
   outline: 0 !important;
 }
 
-.property-value, .other-property-value {
+.other-property-value {
   background-image: url(images/arrow-e.png);
   background-repeat: no-repeat;
   background-size: 5px 8px;
 }
 
 @media (min-resolution: 1.1dppx) {
-  .property-value, .other-property-value {
+  .other-property-value {
     background-image: url(images/arrow-e@2x.png);
   }
 }
   height: 100%;
 }
 
-#noResults {
-  font-size: 110%;
-  margin: 5px;
-  text-align: center;
-}
-
 .onlyuserstyles {
   cursor: pointer;
 }