aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-02 08:30:11 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-02 08:30:11 +0200
commit8b85fa351a120953ef39e1271b2798c668ee4d9a (patch)
treec9d71a20e4c83f10495eb7b3301a057900e969cd /p/themes/base-theme/template.css
parent59c2f9a71f8f8061385bd3307f4ed568da10f6a8 (diff)
fix (#4576)
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index f6fa87187..ea2816ebe 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -214,12 +214,6 @@ textarea:invalid {
border: 2px dashed red;
}
-input[type="radio"],
-input[type="checkbox"] {
- width: 15px !important;
- min-height: 15px !important;
-}
-
.prompt textarea,
.prompt input,
.prompt select,
@@ -238,6 +232,13 @@ select:disabled {
border: 1px dashed lightgray;
}
+input[type="radio"],
+input[type="checkbox"] {
+ min-width: auto;
+ width: 15px !important;
+ min-height: 15px !important;
+}
+
.dropdown-menu label > input[type="text"] {
width: 150px;
width: calc(99% - 5em);