diff options
| author | 2022-10-01 18:52:26 +0200 | |
|---|---|---|
| committer | 2022-10-01 18:52:26 +0200 | |
| commit | 79e3b99ae3b9df4bb02957838fc6b62491ab0bd2 (patch) | |
| tree | 2714c5a489a415a3b67422816ba4b4242453d4ce /p/themes/Ansum | |
| parent | d84dd549a7a3cf25d29f69419eeb6750d8bafa4d (diff) | |
Improved: CSS .toggle_aside (#4664)
* all themes
* fixed order
* fix end of file
* fixed swage
Diffstat (limited to 'p/themes/Ansum')
| -rw-r--r-- | p/themes/Ansum/_mobile.scss | 15 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 21 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 21 |
3 files changed, 29 insertions, 28 deletions
diff --git a/p/themes/Ansum/_mobile.scss b/p/themes/Ansum/_mobile.scss index f397e0f86..9e90010c6 100644 --- a/p/themes/Ansum/_mobile.scss +++ b/p/themes/Ansum/_mobile.scss @@ -25,14 +25,13 @@ .aside .toggle_aside, #panel .close, - #close-slider.active, - .dropdown-menu .toggle_aside { - background: variables.$main-first-alt; - display: block; - width: 100%; - height: 50px; - line-height: 50px; - text-align: center; + .dropdown-menu .toggle_aside, + #slider .toggle_aside { + background-color: variables.$main-first; + + &:hover { + background-color: variables.$main-first-alt; + } .icon { filter: grayscale(100%) brightness(2.5); diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index ad48d4f8f..0aeae0e08 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -1219,19 +1219,20 @@ main.prompt { .aside .toggle_aside, #panel .close, -#close-slider.active, -.dropdown-menu .toggle_aside { - background: #b7641d; - display: block; - width: 100%; - height: 50px; - line-height: 50px; - text-align: center; +.dropdown-menu .toggle_aside, +#slider .toggle_aside { + background-color: #ca7227; + } + .aside .toggle_aside:hover, +#panel .close:hover, +.dropdown-menu .toggle_aside:hover, +#slider .toggle_aside:hover { + background-color: #b7641d; } .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); } diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 2052a1598..429cb36aa 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -1219,19 +1219,20 @@ main.prompt { .aside .toggle_aside, #panel .close, -#close-slider.active, -.dropdown-menu .toggle_aside { - background: #b7641d; - display: block; - width: 100%; - height: 50px; - line-height: 50px; - text-align: center; +.dropdown-menu .toggle_aside, +#slider .toggle_aside { + background-color: #ca7227; + } + .aside .toggle_aside:hover, +#panel .close:hover, +.dropdown-menu .toggle_aside:hover, +#slider .toggle_aside:hover { + background-color: #b7641d; } .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); } |
