aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Pafat
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/Pafat
parent1c434971d4148e752e749835bb9acdf252e8d501 (diff)
fix "Mark selection as unread" CSS (#5034)
Diffstat (limited to 'p/themes/Pafat')
-rw-r--r--p/themes/Pafat/pafat.css2
-rw-r--r--p/themes/Pafat/pafat.rtl.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 8c5b7a9f4..f6ee43cf5 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -383,7 +383,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-color: var(--background-color-grey-hover);
color: var(--font-color-grey);
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css
index 1ff2ea70e..338a4355f 100644
--- a/p/themes/Pafat/pafat.rtl.css
+++ b/p/themes/Pafat/pafat.rtl.css
@@ -383,7 +383,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-color: var(--background-color-grey-hover);
color: var(--font-color-grey);