aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.rtl.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-27 11:25:38 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-27 11:25:38 +0100
commitb71806268c299a9b1fcbe2ccb6a98f0ebdef6f63 (patch)
treea7164219c2800fcc58e2136e523a26960e106525 /p/themes/Mapco/mapco.rtl.css
parentc05e931d5ed2ce315e9556db9ebf6afd9918f6fc (diff)
delete .nav-list .empty/.error (#4899)
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
-rw-r--r--p/themes/Mapco/mapco.rtl.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index c2096b11c..141d3f312 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -580,17 +580,6 @@ form th {
color: #ffffff;
transition: all 0.15s ease-in-out;
}
-.nav-list .item .error a {
- color: #f5633e;
-}
-.nav-list .item:hover .error a {
- background: #36c;
- color: #ffffff;
-}
-.nav-list .item:hover .empty a {
- background: #f4f762;
- color: #ffffff;
-}
.nav-list .item:hover a {
background: #17181a;
text-decoration: none;
@@ -599,22 +588,11 @@ form th {
background: #36c;
color: #fff;
}
-.nav-list .item.active .error a {
- background: #36c;
- color: #fff;
-}
-.nav-list .item.active .empty a {
- background: #f4f762;
- color: #fff;
-}
.nav-list .item.active a {
background: #36c;
color: #fff;
text-decoration: none;
}
-.nav-list.empty a {
- color: #f4f762;
-}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;