mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Improved theme styling and results in better Nextcloud integration
This commit is contained in:
parent
719847c43e
commit
39a827aa2e
9 changed files with 136 additions and 82 deletions
2
vendors/bootstrap/less/dropdowns.less
vendored
2
vendors/bootstrap/less/dropdowns.less
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue