aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/base.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/base-theme/base.css
parentd84dd549a7a3cf25d29f69419eeb6750d8bafa4d (diff)
Improved: CSS .toggle_aside (#4664)
* all themes * fixed order * fix end of file * fixed swage
Diffstat (limited to 'p/themes/base-theme/base.css')
-rw-r--r--p/themes/base-theme/base.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index 7ce91c584..6c0531969 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -812,12 +812,18 @@ a.btn {
}
.aside .toggle_aside,
- #panel .close {
- display: block;
- width: 100%;
- height: 50px;
- line-height: 50px;
- text-align: center;
+ #panel .close,
+ .dropdown-menu .toggle_aside,
+ #slider .toggle_aside {
+ background: #fff;
+ border-bottom-color: #ddd;
+ }
+
+ .aside .toggle_aside:hover,
+ #panel .close:hover,
+ .dropdown-menu .toggle_aside:hover,
+ #slider .toggle_aside:hover {
+ background-color: #ddd;
}
.aside.aside_feed {