Merge pull request #7133 from Simounet/fix/dark-mode-disabled-url-2.6

This commit is contained in:
Jérémy Benoist 2023-12-22 20:43:28 +01:00 committed by GitHub
commit d6c401423f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -85,6 +85,7 @@
background-color: #2f2f2f;
}
.mass-action-tags .mass-action-tags-input.mass-action-tags-input,
.side-nav li:not(.logo) > a:hover,
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
@ -131,6 +132,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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long