mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 16:10:28 +00:00
Merge pull request #7131 from Simounet/fix/dark-mode-disabled-url
Fix/dark mode disabled url
This commit is contained in:
commit
16863c5307
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,7 @@
|
||||||
background-color: #2f2f2f;
|
background-color: #2f2f2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mass-action-tags .mass-action-tags-input.mass-action-tags-input,
|
||||||
.side-nav li:not(.logo) > a:hover,
|
.side-nav li:not(.logo) > a:hover,
|
||||||
.side-nav .collapsible-header:hover,
|
.side-nav .collapsible-header:hover,
|
||||||
.side-nav.fixed .collapsible-header:hover {
|
.side-nav.fixed .collapsible-header:hover {
|
||||||
|
@ -131,6 +132,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