aboutsummaryrefslogtreecommitdiff
path: root/src/components/pickers/scss/item-picker.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/pickers/scss/item-picker.scss')
-rw-r--r--src/components/pickers/scss/item-picker.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/pickers/scss/item-picker.scss b/src/components/pickers/scss/item-picker.scss
index 093b0e9..b3e797a 100644
--- a/src/components/pickers/scss/item-picker.scss
+++ b/src/components/pickers/scss/item-picker.scss
@@ -83,4 +83,13 @@
background-color: $primaryAccentColor;
color: $fgColorAlt;
}
+
+ input[type=submit]:disabled {
+ color: $disabledColor;
+ border-color: $warningColor;
+ }
+ input[type=submit]:disabled:hover {
+ color: $fgColorAlt;
+ background-color: $warningColor;
+ }
}