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