diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index febad0bbe..2c2fb9e88 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -654,6 +654,7 @@ background: #585858; padding: 0.429rem 0.429rem; border: 1px solid #585858; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 1c9337f43..ad81a69bd 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -654,6 +654,7 @@ background: #585858; padding: 0.429rem 0.429rem; border: 1px solid #585858; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 0a34a7749..3f6c722e4 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -654,6 +654,7 @@ background: #585858; padding: 0.429rem 0.429rem; border: 1px solid #585858; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/nova-colored/theme.css b/public/themes/nova-colored/theme.css index 281020728..0cb24f4ad 100644 --- a/public/themes/nova-colored/theme.css +++ b/public/themes/nova-colored/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.429rem 0.429rem; border: 1px solid #a6a6a6; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/nova-dark/theme.css b/public/themes/nova-dark/theme.css index 8e556b13b..4d0b8de50 100644 --- a/public/themes/nova-dark/theme.css +++ b/public/themes/nova-dark/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.429rem 0.429rem; border: 1px solid #a6a6a6; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/nova-light/theme.css b/public/themes/nova-light/theme.css index 215a349c9..f9c0c543c 100644 --- a/public/themes/nova-light/theme.css +++ b/public/themes/nova-light/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.429rem 0.429rem; border: 1px solid #a6a6a6; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 91c3f7fa9..120f6df06 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.429rem 0.429rem; border: 1px solid #a6a6a6; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 4e97e96f7..002c20b59 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -654,6 +654,7 @@ background: #f4f4f4; padding: 0.429rem 0.429rem; border: 1px solid #dadada; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 2px; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 11bd59bdc..bc0156c4f 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.5rem 0.5rem; border: 1px solid #ced4da; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/saga-cyan/theme.css b/public/themes/saga-cyan/theme.css index a02df96d0..a1b226148 100644 --- a/public/themes/saga-cyan/theme.css +++ b/public/themes/saga-cyan/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.5rem 0.5rem; border: 1px solid #ced4da; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/saga-deeppurple/theme.css b/public/themes/saga-deeppurple/theme.css index 6623a7ec7..051330a52 100644 --- a/public/themes/saga-deeppurple/theme.css +++ b/public/themes/saga-deeppurple/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.5rem 0.5rem; border: 1px solid #ced4da; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 92291362f..af4604ed5 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.5rem 0.5rem; border: 1px solid #ced4da; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/saga-indigo/theme.css b/public/themes/saga-indigo/theme.css index ef3cd0171..d6e5eae3e 100644 --- a/public/themes/saga-indigo/theme.css +++ b/public/themes/saga-indigo/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.5rem 0.5rem; border: 1px solid #ced4da; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 509b56694..3f9f4d83c 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.5rem 0.5rem; border: 1px solid #ced4da; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 37441068d..3d8851375 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.5rem 0.5rem; border: 1px solid #ced4da; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/saga-teal/theme.css b/public/themes/saga-teal/theme.css index 98406a4aa..4d2bd4873 100644 --- a/public/themes/saga-teal/theme.css +++ b/public/themes/saga-teal/theme.css @@ -654,6 +654,7 @@ background: #ffffff; padding: 0.5rem 0.5rem; border: 1px solid #ced4da; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 08bea6426..951b8bd4c 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -654,6 +654,7 @@ background: #34495E; padding: 0.5rem 0.5rem; border: 1px solid #2C3E50; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/vela-cyan/theme.css b/public/themes/vela-cyan/theme.css index eeaa3e311..ac6007fae 100644 --- a/public/themes/vela-cyan/theme.css +++ b/public/themes/vela-cyan/theme.css @@ -654,6 +654,7 @@ background: #34495E; padding: 0.5rem 0.5rem; border: 1px solid #2C3E50; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/vela-deeppurple/theme.css b/public/themes/vela-deeppurple/theme.css index e1f8f72d9..453694da5 100644 --- a/public/themes/vela-deeppurple/theme.css +++ b/public/themes/vela-deeppurple/theme.css @@ -654,6 +654,7 @@ background: #34495E; padding: 0.5rem 0.5rem; border: 1px solid #2C3E50; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index ae2c4db75..52cb0e5d9 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -654,6 +654,7 @@ background: #34495E; padding: 0.5rem 0.5rem; border: 1px solid #2C3E50; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/vela-indigo/theme.css b/public/themes/vela-indigo/theme.css index 3860ecb50..b336a9566 100644 --- a/public/themes/vela-indigo/theme.css +++ b/public/themes/vela-indigo/theme.css @@ -654,6 +654,7 @@ background: #34495E; padding: 0.5rem 0.5rem; border: 1px solid #2C3E50; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index bc64e145d..f3fc2d9e7 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -654,6 +654,7 @@ background: #34495E; padding: 0.5rem 0.5rem; border: 1px solid #2C3E50; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 68c413b53..dfe65380b 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -654,6 +654,7 @@ background: #34495E; padding: 0.5rem 0.5rem; border: 1px solid #2C3E50; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px; diff --git a/public/themes/vela-teal/theme.css b/public/themes/vela-teal/theme.css index 032a59dc9..ba50f4e48 100644 --- a/public/themes/vela-teal/theme.css +++ b/public/themes/vela-teal/theme.css @@ -654,6 +654,7 @@ background: #34495E; padding: 0.5rem 0.5rem; border: 1px solid #2C3E50; + border-width: 1px; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; border-radius: 3px;