aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/base.css
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/base-theme/base.css
parentcd004cb97894c3d07c8ab209ab6ec3ce4b7f853b (diff)
CSS: refactor of a.btn (#5401)
Diffstat (limited to 'p/themes/base-theme/base.css')
-rw-r--r--p/themes/base-theme/base.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index 723eb7722..ebfe1728e 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -127,7 +127,7 @@ form th {
margin: 0;
padding: 5px 10px;
display: inline-block;
- min-height: 37px;
+ min-height: 25px;
min-width: 15px;
font-size: 0.9rem;
line-height: 1.7;
@@ -136,10 +136,6 @@ form th {
overflow: hidden;
}
-a.btn {
- min-height: 25px;
-}
-
.btn:hover {
text-decoration: none;
}