Fix disabled URL edit dark mode

This commit is contained in:
Simounet
2023-12-21 12:24:07 +01:00
parent 44f362236d
commit d63db323ad

View File

@ -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;