projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed19bb9
)
add input color to cope with browser themes
author
Rigel Kent
<sendmemail@rigelk.eu>
Sun, 9 Sep 2018 12:43:30 +0000
(14:43 +0200)
committer
Rigel Kent
<sendmemail@rigelk.eu>
Sun, 9 Sep 2018 12:43:30 +0000
(14:43 +0200)
client/src/sass/application.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/application.scss
b/client/src/sass/application.scss
index bf4cccaaf9eb5b6be670726ef720165491c5fa94..8d2bfb0776353154b343beab3c9afe7fab459d89 100644
(file)
--- a/
client/src/sass/application.scss
+++ b/
client/src/sass/application.scss
@@
-50,11
+50,12
@@
strong {
input.readonly {
/* Force blank on readonly inputs */
- background-color:
#fff
!important;
+ background-color:
var(--inputColor)
!important;
}
input, textarea {
outline: none;
+ color: var(--mainForegroundColor);
}
label {