first part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / LCARStrek / devtools / fonts.css
index 932c5e63b30de8b9f9264518a48be8bf475b009f..a204beec16caf5af14586e460fdbbfd85ac06644 100644 (file)
   border-radius: 300px;
   border: none;
   background-color: var(--fonts-button-background);
-  color: var(--fonts-selected-text);
+  color: var(--fonts-button-text);
   margin: 3px;
+  padding: 0 6px;
   cursor: pointer;
-  position: fixed;
+  position: absolute;
   bottom: 0;
-  right: 0;
+  offset-inline-end: 0;
 }
 
 .dim > #font-container,
@@ -77,7 +78,6 @@
 }
 
 #font-preview-text-input {
-  font: inherit;
   margin-top: 1px;
   margin-bottom: 1px;
   padding-top: 0;