mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Fix disabled URL edit dark mode
This commit is contained in:
parent
44f362236d
commit
d63db323ad
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,10 @@
|
||||||
color: #abb2bf;
|
color: #abb2bf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="url"]:not(.browser-default):disabled {
|
||||||
|
color: #9e9e9e;
|
||||||
|
}
|
||||||
|
|
||||||
.input-field.nav-panel-add.disabled,
|
.input-field.nav-panel-add.disabled,
|
||||||
.input-field.nav-panel-add.disabled input {
|
.input-field.nav-panel-add.disabled input {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Reference in a new issue