Merge pull request #6525 from Simounet/fix/dark-mode-add-url-input

Fix dark mode URL add input color
This commit is contained in:
Kevin Decherf 2023-05-18 13:50:14 +02:00 committed by GitHub
commit a6e9530580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -16,7 +16,7 @@
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body,
.tabs {
background-color: #121212;
background-color: #131716;
}
table.striped > tbody > tr:nth-child(2n+1),
@ -135,6 +135,11 @@
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) {
#article {
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