aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.rtl.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-01 18:52:26 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-01 18:52:26 +0200
commit79e3b99ae3b9df4bb02957838fc6b62491ab0bd2 (patch)
tree2714c5a489a415a3b67422816ba4b4242453d4ce /p/themes/Mapco/mapco.rtl.css
parentd84dd549a7a3cf25d29f69419eeb6750d8bafa4d (diff)
Improved: CSS .toggle_aside (#4664)
* all themes * fixed order * fix end of file * fixed swage
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
-rw-r--r--p/themes/Mapco/mapco.rtl.css21
1 files changed, 11 insertions, 10 deletions
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index 804483193..5aa6c6ee6 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -1248,19 +1248,20 @@ main.prompt {
.aside .toggle_aside,
#panel .close,
-#close-slider.active,
-.dropdown-menu .toggle_aside {
- background: #25c;
- display: block;
- width: 100%;
- height: 50px;
- line-height: 50px;
- text-align: center;
+.dropdown-menu .toggle_aside,
+#slider .toggle_aside {
+ background-color: #36c;
+ }
+ .aside .toggle_aside:hover,
+#panel .close:hover,
+.dropdown-menu .toggle_aside:hover,
+#slider .toggle_aside:hover {
+ background-color: #25c;
}
.aside .toggle_aside .icon,
#panel .close .icon,
-#close-slider.active .icon,
-.dropdown-menu .toggle_aside .icon {
+.dropdown-menu .toggle_aside .icon,
+#slider .toggle_aside .icon {
filter: grayscale(100%) brightness(2.5);
}