Browse Source

Fix hover state for dialog buttons

Kristan Kenney 6 years ago
parent
commit
c78ebfcbe6
1 changed files with 4 additions and 0 deletions
  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;
 }