summaryrefslogtreecommitdiff
path: root/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'common.css')
-rw-r--r--common.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/common.css b/common.css
index d065f2c..38ca98c 100644
--- a/common.css
+++ b/common.css
@@ -79,6 +79,8 @@ input[type="text"]{
background-color: rgba(0,0,0,0) !important;
font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace;
font-variant-ligatures: none;
+ color: var(--principal-fg);
+ border-bottom-color: var(--interactive-bg);
}
textarea{
border:2px solid;
@@ -86,6 +88,8 @@ textarea{
background-color:rgba(0,0,0,0) !important;
font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace;
font-variant-ligatures: none;
+ color: var(--principal-fg);
+ border-color: var(--interactive-bg);
}
body{
background-color: var(--principal-bg);
@@ -141,14 +145,6 @@ button:active,.fakebtn:active{
button:disabled{
background-color: var(--interactive-disabled-bg);
}
-input[type="text"]{
- color: var(--principal-fg);
- border-bottom-color: var(--interactive-bg);
-}
-textarea{
- color: var(--principal-fg);
- border-color: var(--interactive-bg);
-}
.widgetbg{background-color: var(--widget-area-bg);}
.sliderb1{background-color: var(--slider-empty-bg);}
.sliderb2{background-color: var(--slider-filled-bg);}