diff options
| author | 2023-05-15 00:06:34 +0200 | |
|---|---|---|
| committer | 2023-05-15 00:06:34 +0200 | |
| commit | 360400b7230e14b4684bebb35ca9b68edf3d7e22 (patch) | |
| tree | 229851a63d41667567293b383c2720c7fb08ab0b /p/themes/Flat/flat.rtl.css | |
| parent | cd004cb97894c3d07c8ab209ab6ec3ce4b7f853b (diff) | |
CSS: refactor of a.btn (#5401)
Diffstat (limited to 'p/themes/Flat/flat.rtl.css')
| -rw-r--r-- | p/themes/Flat/flat.rtl.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index e08106e88..656aa2018 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -175,7 +175,7 @@ form th { border-bottom: 3px solid #2980b9; border-right-color: #2980b9; border-radius: 5px; - min-height: 38px; + min-height: 25px; min-width: 15px; line-height: 25px; vertical-align: middle; @@ -183,11 +183,6 @@ form th { overflow: hidden; } -a.btn { - min-height: 25px; - line-height: 25px; -} - .btn:hover { text-decoration: none; } |
