aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
-rw-r--r--p/themes/Mapco/mapco.rtl.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index 5ebd049f7..553f2d7dc 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -432,14 +432,14 @@ th {
color: #36c;
transition: all 0.15s ease-in-out;
}
-#bigMarkAsRead:hover {
+#bigMarkAsRead.big:hover {
background: #36c;
color: #fff;
}
-#bigMarkAsRead:hover .bigTick {
+#bigMarkAsRead.big:hover .bigTick {
filter: brightness(5);
}
-#bigMarkAsRead .bigTick {
+#bigMarkAsRead.big .bigTick {
margin: 0.5rem 0;
background: url(icons/tick-color.svg) center no-repeat;
display: inline-block;