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/Pafat | |
| parent | cd004cb97894c3d07c8ab209ab6ec3ce4b7f853b (diff) | |
CSS: refactor of a.btn (#5401)
Diffstat (limited to 'p/themes/Pafat')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 7 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 16183a481..072f66cad 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -230,7 +230,7 @@ form th { font-size: 0.9rem; border: 1px solid var(--border-color-grey-dark); border-radius: 3px; - min-height: 29px; + min-height: 25px; min-width: 15px; line-height: 1.7; vertical-align: middle; @@ -238,11 +238,6 @@ form th { overflow: hidden; } -a.btn { - min-height: 25px; - line-height: 1.7; -} - .read_all.btn { height: 29px; } diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 8469152a1..4562ae1f8 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -230,7 +230,7 @@ form th { font-size: 0.9rem; border: 1px solid var(--border-color-grey-dark); border-radius: 3px; - min-height: 29px; + min-height: 25px; min-width: 15px; line-height: 1.7; vertical-align: middle; @@ -238,11 +238,6 @@ form th { overflow: hidden; } -a.btn { - min-height: 25px; - line-height: 1.7; -} - .read_all.btn { height: 29px; } |
