diff options
Diffstat (limited to 'client-web/public/assets')
-rw-r--r-- | client-web/public/assets/style/master.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client-web/public/assets/style/master.css b/client-web/public/assets/style/master.css index 5e26ea6..0550e87 100644 --- a/client-web/public/assets/style/master.css +++ b/client-web/public/assets/style/master.css @@ -55,6 +55,9 @@ input[type="number"] { background-color: var(--bg-dark); border: 1px solid var(--ac-light); } +input:disabled { + filter: sepia(90%); +} .start-box { position: absolute; |