add modal dropdown li colour

This commit is contained in:
John Plšek 2022-08-12 13:56:44 +10:00
parent 85aaf3971a
commit dbe0a8f0be
2 changed files with 7 additions and 1 deletions

View File

@ -1456,6 +1456,10 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
color: var(--modal-li-color)
}
.modal .dropdown li {
color: var(--modal-dropdown-li-color)
}
.modal p {
padding-left: .25rem;
word-break: break-word

View File

@ -64,6 +64,7 @@
--modemenu-active: hsl(205, 100%, 14%);
--title-color: hsl(204, 56%, 72%);
--modal-li-color: hsl(0, 0%, 50%);
--modal-li-dropdown-color: hsl(0, 0%, 50%);
--ins-border: hsl(120, 100%, 50%);
--ins-background: hsl(120, 100%, 90%);
--del-border: hsl(0, 100%, 50%);
@ -149,7 +150,8 @@
--italic-var: hsl(211, 100%, 58%);
--modemenu-active: hsl(205, 100%, 86%);
--title-color: hsl(204, 56%, 28%);
--modal-li-color: hsl(0, 0%, 100%);
--modal-li-color: hsl(0, 0%, 10%);
--modal-li-dropdown-color: hsl(0, 0%, 10%);
--ins-border: hsl(120, 100%, 50%);
--ins-background: hsl(120, 100%, 10%);
--del-border: hsl(0, 100%, 50%);