first part of syncing LCARStrek with Firefox 49/50 windows theme changes
[themes.git] / LCARStrek / devtools / fonts.css
index 7d469d44f0f68048dbe6260c483dd6f07dd271c7..c781a340a0391a66fd5dd80854bc7b3a210b1c96 100644 (file)
@@ -2,6 +2,11 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
+:root {
+  --fonts-button-text: #000000;
+  --fonts-button-background: #C09070;
+}
+
 #sidebar-panel-fontinspector {
   margin: 0;
   display: flex;
   margin: 0;
 }
 
-#showall,
 #font-showall {
   border-radius: 300px;
   border: none;
-  background-color: var(--in-content-button-background);
-  color: var(--in-content-selected-text);
+  background-color: var(--fonts-button-background);
+  color: var(--fonts-button-text);
   margin: 3px;
+  padding: 0 6px;
   cursor: pointer;
   position: fixed;
   bottom: 0;
@@ -72,7 +77,6 @@
   overflow-x: auto;
 }
 
-#preview-text-input,
 #font-preview-text-input {
   font: inherit;
   margin-top: 1px;