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

Fix hover state for dialog buttons

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

+ 4 - 0
web/css/styles.min.css

@@ -2884,6 +2884,10 @@ td.hint {
   padding: 2px !important;
 }
 
+.ui-dialog .ui-button:hover span {
+  color: #046c98 !important;
+}
+
 .ui-button-text-only .selected {
   font-weight: 600 !important;
 }