aboutsummaryrefslogtreecommitdiff
path: root/p/themes/BlueLagoon/BlueLagoon.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-08-29 08:43:14 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-29 08:43:14 +0200
commit83437c0dd1c6f78a15b5f7468fc6ba0ce36698dc (patch)
tree31adc889a98e441d145051e4be57a2405cc37c09 /p/themes/BlueLagoon/BlueLagoon.css
parentd5826a0d1671da9b48cd9e84e69dcd8b9cf7da19 (diff)
Improve input disabled, select disabled (#4546)
* set default in template.css * Theme Alternative Dark * Theme Ansum * Theme BlueLagoon * Theme dark * theme Nord * fix
Diffstat (limited to 'p/themes/BlueLagoon/BlueLagoon.css')
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 24a56b5b3..c60d2f1c3 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -61,6 +61,8 @@ input:invalid, select:invalid {
input:disabled, select:disabled {
background: #eee;
+ border-style: solid;
+ border-color: #ccc;
}
input.extend {