aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Dark
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/Dark
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/Dark')
-rw-r--r--p/themes/Dark/dark.css4
-rw-r--r--p/themes/Dark/dark.rtl.css4
2 files changed, 6 insertions, 2 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index c25d8acb6..717c7c8f2 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -72,8 +72,10 @@ input:invalid, select:invalid {
}
input:disabled, select:disabled {
- background: #666;
+ background-color: #222;
color: #aaa;
+ border-style: solid;
+ border-color: #000;
}
input.extend {
diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css
index 6c019e3db..f9af44eb2 100644
--- a/p/themes/Dark/dark.rtl.css
+++ b/p/themes/Dark/dark.rtl.css
@@ -72,8 +72,10 @@ input:invalid, select:invalid {
}
input:disabled, select:disabled {
- background: #666;
+ background-color: #222;
color: #aaa;
+ border-style: solid;
+ border-color: #000;
}
input.extend {