aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-05-15 00:06:34 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-15 00:06:34 +0200
commit360400b7230e14b4684bebb35ca9b68edf3d7e22 (patch)
tree229851a63d41667567293b383c2720c7fb08ab0b /p/themes/Origine
parentcd004cb97894c3d07c8ab209ab6ec3ce4b7f853b (diff)
CSS: refactor of a.btn (#5401)
Diffstat (limited to 'p/themes/Origine')
-rw-r--r--p/themes/Origine/origine.css11
-rw-r--r--p/themes/Origine/origine.rtl.css11
2 files changed, 2 insertions, 20 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 288e4a7bf..6fcb9fb67 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -269,7 +269,7 @@ form th {
border-right: 1px solid var(--border-color-shadow-side);
border-bottom: 1px solid var(--border-color-shadow-side);
border-radius: 3px;
- min-height: 37px;
+ min-height: 25px;
min-width: 15px;
line-height: 1.7;
vertical-align: middle;
@@ -277,12 +277,6 @@ form th {
overflow: hidden;
}
-a.btn,
-.stick .btn {
- min-height: 25px;
- line-height: 1.7;
-}
-
.btn:hover {
background-image: none;
background-color: var(--background-color-hover);
@@ -353,9 +347,6 @@ a:hover .icon {
.btn-attention:hover {
background-image: linear-gradient(to bottom, var(--attention-background-color-gradient1-hover), var(--attention-background-color-gradient2-hover));
-}
-
-a.btn-attention:hover {
color: var(--font-color-light);
}
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index 8bc9aa48e..3d0d7f306 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -269,7 +269,7 @@ form th {
border-left: 1px solid var(--border-color-shadow-side);
border-bottom: 1px solid var(--border-color-shadow-side);
border-radius: 3px;
- min-height: 37px;
+ min-height: 25px;
min-width: 15px;
line-height: 1.7;
vertical-align: middle;
@@ -277,12 +277,6 @@ form th {
overflow: hidden;
}
-a.btn,
-.stick .btn {
- min-height: 25px;
- line-height: 1.7;
-}
-
.btn:hover {
background-image: none;
background-color: var(--background-color-hover);
@@ -353,9 +347,6 @@ a:hover .icon {
.btn-attention:hover {
background-image: linear-gradient(to bottom, var(--attention-background-color-gradient1-hover), var(--attention-background-color-gradient2-hover));
-}
-
-a.btn-attention:hover {
color: var(--font-color-light);
}