Improved theme styling and results in better Nextcloud integration

This commit is contained in:
the-djmaze 2022-11-03 12:45:10 +01:00
parent 719847c43e
commit 39a827aa2e
9 changed files with 136 additions and 82 deletions

View file

@ -60,7 +60,7 @@
// Gray out text and ensure the hover state remains gray
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
color: #999;
color: var(--dropdown-menu-disabled-color, #999);
cursor: not-allowed;
opacity: 0.5;
}