third and last part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / LCARStrek / devtools / fonts.css
index 932c5e63b30de8b9f9264518a48be8bf475b009f..fa7d97bf58dfb8f9fe0bff660ff5d2992ac65033 100644 (file)
   flex-direction: column;
   padding-bottom: 20px;
   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%;
 }
 
 #sidebar-panel-fontinspector > .devtools-toolbar {
   border-radius: 300px;
   border: none;
   background-color: var(--fonts-button-background);
-  color: var(--fonts-selected-text);
-  margin: 3px;
+  color: var(--fonts-button-text);
+  padding: 0 6px;
   cursor: pointer;
-  position: fixed;
-  bottom: 0;
-  right: 0;
+}
+
+#font-showall:hover {
+/*  text-decoration: underline;*/
 }
 
 .dim > #font-container,
@@ -77,7 +75,6 @@
 }
 
 #font-preview-text-input {
-  font: inherit;
   margin-top: 1px;
   margin-bottom: 1px;
   padding-top: 0;