aboutsummaryrefslogtreecommitdiff
path: root/p/themes/BlueLagoon
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-22 23:57:11 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-22 23:57:11 +0100
commit1aab0459fa4080ad16e8bb872b117c24bc7f3318 (patch)
treeca7c34a994bb6f1f65dfa4c859f411869302e2ff /p/themes/BlueLagoon
parent1c434971d4148e752e749835bb9acdf252e8d501 (diff)
fix "Mark selection as unread" CSS (#5034)
Diffstat (limited to 'p/themes/BlueLagoon')
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css2
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.rtl.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 31bf28d06..d24a1cd1c 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -368,7 +368,7 @@ a.btn {
}
.dropdown-menu .item > a:hover,
-.dropdown-menu .item > button:hover,
+.dropdown-menu .item > button:hover:not([disabled]),
.dropdown-menu .item > label:hover:not(.noHover) {
background: linear-gradient(180deg, #0090ff 0%, #0062be 100%) #e4992c;
background: -webkit-linear-gradient(top, #0090ff 0%, #0062be 100%);
diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css
index f971dbace..3fa917e5f 100644
--- a/p/themes/BlueLagoon/BlueLagoon.rtl.css
+++ b/p/themes/BlueLagoon/BlueLagoon.rtl.css
@@ -368,7 +368,7 @@ a.btn {
}
.dropdown-menu .item > a:hover,
-.dropdown-menu .item > button:hover,
+.dropdown-menu .item > button:hover:not([disabled]),
.dropdown-menu .item > label:hover:not(.noHover) {
background: linear-gradient(-180deg, #0090ff 0%, #0062be 100%) #e4992c;
background: -webkit-linear-gradient(top, #0090ff 0%, #0062be 100%);