Browse Source
Make the color important
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/10867/head
Joas Schilling
7 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
2 additions and
2 deletions
-
core/css/inputs.scss
|
|
|
@ -469,7 +469,7 @@ input { |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
background: var(--color-main-background); |
|
|
|
color: var(--color-text-lighter); |
|
|
|
color: var(--color-text-lighter) !important; |
|
|
|
box-sizing: content-box; |
|
|
|
border-radius: var(--border-radius); |
|
|
|
border: 1px solid var(--color-border-dark); |
|
|
|
@ -514,7 +514,7 @@ input { |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
background: var(--color-main-background); |
|
|
|
color: var(--color-text-lighter); |
|
|
|
color: var(--color-text-lighter) !important; |
|
|
|
box-sizing: content-box; |
|
|
|
border-radius: var(--border-radius); |
|
|
|
border: 1px solid var(--color-border-dark); |
|
|
|
|