aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Screwdriver/screwdriver.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/Screwdriver/screwdriver.css
parentcd004cb97894c3d07c8ab209ab6ec3ce4b7f853b (diff)
CSS: refactor of a.btn (#5401)
Diffstat (limited to 'p/themes/Screwdriver/screwdriver.css')
-rw-r--r--p/themes/Screwdriver/screwdriver.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index 2da9afe31..80ac8b2e1 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -162,19 +162,15 @@ button.as-link[disabled] {
font-size: 0.9rem;
border: solid 1px #ccc;
border-radius: 4px;
- min-height: 37px;
+ min-height: 25px;
min-width: 15px;
+ line-height: 25px;
text-shadow: 0px -1px rgba(255,255,255,0.08);
vertical-align: middle;
cursor: pointer;
overflow: hidden;
}
-a.btn {
- min-height: 25px;
- line-height: 25px;
-}
-
.btn:hover {
text-shadow: 0 0 2px #fff;
text-decoration: none;