From 79e3b99ae3b9df4bb02957838fc6b62491ab0bd2 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 1 Oct 2022 18:52:26 +0200 Subject: Improved: CSS .toggle_aside (#4664) * all themes * fixed order * fix end of file * fixed swage --- p/themes/Swage/swage.css | 15 --------------- p/themes/Swage/swage.rtl.css | 15 --------------- p/themes/Swage/swage.scss | 15 --------------- 3 files changed, 45 deletions(-) (limited to 'p/themes/Swage') diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index 08c9b380d..a6cc3a09a 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -710,11 +710,6 @@ form th { .reader .aside .toggle_aside { background: #22303d; - display: block; - width: 100%; - height: 50px; - line-height: 50px; - text-align: center; } .reader .aside .toggle_aside .icon { filter: brightness(3); @@ -1027,11 +1022,6 @@ a.signin { } .aside .toggle_aside { background: #22303d; - display: block; - height: 50px; - line-height: 50px; - text-align: center; - padding-right: 10px; } .aside .toggle_aside:hover { background-color: #0062be; @@ -1052,11 +1042,6 @@ a.signin { #slider .toggle_aside { background: #22303d; - display: block; - height: 50px; - line-height: 50px; - text-align: center; - padding-right: 10px; } #slider .toggle_aside:hover { background-color: #0062be; diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css index f486cd030..6b1712877 100644 --- a/p/themes/Swage/swage.rtl.css +++ b/p/themes/Swage/swage.rtl.css @@ -710,11 +710,6 @@ form th { .reader .aside .toggle_aside { background: #22303d; - display: block; - width: 100%; - height: 50px; - line-height: 50px; - text-align: center; } .reader .aside .toggle_aside .icon { filter: brightness(3); @@ -1027,11 +1022,6 @@ a.signin { } .aside .toggle_aside { background: #22303d; - display: block; - height: 50px; - line-height: 50px; - text-align: center; - padding-left: 10px; } .aside .toggle_aside:hover { background-color: #0062be; @@ -1052,11 +1042,6 @@ a.signin { #slider .toggle_aside { background: #22303d; - display: block; - height: 50px; - line-height: 50px; - text-align: center; - padding-left: 10px; } #slider .toggle_aside:hover { background-color: #0062be; diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss index c690e13c2..ea9a83716 100644 --- a/p/themes/Swage/swage.scss +++ b/p/themes/Swage/swage.scss @@ -908,11 +908,6 @@ form { .aside { .toggle_aside { background: $color_aside; - display: block; - width: 100%; - height: 50px; - line-height: 50px; - text-align: center; .icon { filter: brightness(3); @@ -1297,11 +1292,6 @@ a.signin { .toggle_aside { background: $color_aside; - display: block; - height: 50px; - line-height: 50px; - text-align: center; - padding-right: 10px; &:hover { background-color: color.adjust( $color_nav, $lightness: 0%); @@ -1328,11 +1318,6 @@ a.signin { #slider { .toggle_aside { background: $color_aside; - display: block; - height: 50px; - line-height: 50px; - text-align: center; - padding-right: 10px; &:hover { background-color: color.adjust( $color_nav, $lightness: 0%); -- cgit v1.2.3