mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
Merge pull request #6525 from Simounet/fix/dark-mode-add-url-input
Fix dark mode URL add input color
This commit is contained in:
commit
a6e9530580
3 changed files with 8 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
.side-nav .collapsible-body,
|
.side-nav .collapsible-body,
|
||||||
.side-nav.fixed .collapsible-body,
|
.side-nav.fixed .collapsible-body,
|
||||||
.tabs {
|
.tabs {
|
||||||
background-color: #121212;
|
background-color: #131716;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.striped > tbody > tr:nth-child(2n+1),
|
table.striped > tbody > tr:nth-child(2n+1),
|
||||||
|
@ -135,6 +135,11 @@
|
||||||
color: #abb2bf;
|
color: #abb2bf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-field.nav-panel-add.disabled,
|
||||||
|
.input-field.nav-panel-add.disabled input {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) {
|
@media only screen and (min-width: 992px) {
|
||||||
#article {
|
#article {
|
||||||
background-color: #101010;
|
background-color: #101010;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue