Переглянути джерело

Fix hover state for disabled input fields

Kristan Kenney 6 роки тому
батько
коміт
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-input:disabled:hover,
 .vst-list:disabled:hover {
 .vst-list:disabled:hover {
-  border-color: inherit !important;
+  border-color: #cfcfcf;
 }
 }
 
 
 .vst-input.long {
 .vst-input.long {