Skip to content

Commit 0de7d7e

Browse files
author
Kristan Kenney
committed
Fix hover style for default button in dialog
1 parent b205206 commit 0de7d7e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web/css/styles.min.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,8 @@ td.hint {
28502850
inset 0px 0px 3px rgba(255,255,255,0.5) !important;
28512851
text-shadow: 0px 1px 1px rgba(255,255,255,0.6) !important;
28522852
}
2853-
.ui-button:hover, .button:hover, .ui-button.cancel:hover, .button.cancel:hover {
2853+
.ui-button:hover, .button:hover, .ui-button.cancel:hover, .button.cancel:hover,
2854+
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:hover {
28542855
color: #3b9de8 !important;
28552856
text-shadow: 1px 1px rgba(255,255,255,0.5) !important;
28562857
border: 1px solid #54a6e5 !important;
@@ -2862,7 +2863,8 @@ td.hint {
28622863
}
28632864
.ui-button:focus,.ui-button:active,
28642865
.button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
2865-
.button.cancel:active,.button.cancel:focus, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit {
2866+
.button.cancel:active,.button.cancel:focus, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
2867+
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active {
28662868
border: 1px solid #378ccd !important;
28672869
background: linear-gradient(to bottom, rgba(210,232,250,1) 0%,rgba(187,220,247,1) 50%,rgba(162,207,244,1) 51%,rgba(194,224,248,1) 100%) !important;
28682870
color: #046c98 !important;

0 commit comments

Comments
 (0)