Skip to content

Commit 8b84a11

Browse files
author
Kristan Kenney
committed
Fix hover state for dialog buttons
1 parent a5f1e3b commit 8b84a11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/css/styles.min.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2884,6 +2884,10 @@ td.hint {
28842884
padding: 2px !important;
28852885
}
28862886

2887+
.ui-dialog .ui-button:hover span {
2888+
color: #046c98 !important;
2889+
}
2890+
28872891
.ui-button-text-only .selected {
28882892
font-weight: 600 !important;
28892893
}

0 commit comments

Comments
 (0)