diff options
| author | 2022-08-29 08:43:14 +0200 | |
|---|---|---|
| committer | 2022-08-29 08:43:14 +0200 | |
| commit | 83437c0dd1c6f78a15b5f7468fc6ba0ce36698dc (patch) | |
| tree | 31adc889a98e441d145051e4be57a2405cc37c09 /p/themes/Dark/dark.css | |
| parent | d5826a0d1671da9b48cd9e84e69dcd8b9cf7da19 (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/dark.css')
| -rw-r--r-- | p/themes/Dark/dark.css | 4 |
1 files changed, 3 insertions, 1 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 { |
