diff --git a/assets/css/common/_forms.scss b/assets/css/common/_forms.scss index 484eddaa..6eae927a 100644 --- a/assets/css/common/_forms.scss +++ b/assets/css/common/_forms.scss @@ -166,6 +166,10 @@ select.input, select.input:focus { appearance: none; background: linear-gradient(45deg, transparent 50%, $foreground_color 50%) calc(100% - 15px) 12px/5px 5px no-repeat,linear-gradient(135deg, $foreground_color 50%, transparent 50%) calc(100% - 10px) 12px/5px 5px no-repeat; padding-right: 25px; + + & option { + background-color: $input_color; + } } select.input:hover, select.input:focus:hover {