aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Swage
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/Swage
parentd84dd549a7a3cf25d29f69419eeb6750d8bafa4d (diff)
Improved: CSS .toggle_aside (#4664)
* all themes * fixed order * fix end of file * fixed swage
Diffstat (limited to 'p/themes/Swage')
-rw-r--r--p/themes/Swage/swage.css15
-rw-r--r--p/themes/Swage/swage.rtl.css15
-rw-r--r--p/themes/Swage/swage.scss15
3 files changed, 0 insertions, 45 deletions
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%);