Просмотр исходного кода

Fix hover state for disabled input fields

Kristan Kenney 6 лет назад
Родитель
Сommit
455c4e480e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/css/styles.min.css

+ 1 - 1
web/css/styles.min.css

@@ -2539,7 +2539,7 @@ label:hover {
 
 .vst-input:disabled:hover,
 .vst-list:disabled:hover {
-  border-color: inherit !important;
+  border-color: #cfcfcf;
 }
 
 .vst-input.long {