Browse Source

Fix hover state for dialog buttons

Kristan Kenney 6 năm trước cách đây
mục cha
commit
8b84a11551
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
 }