Skip to content

Commit b205206

Browse files
author
Kristan Kenney
committed
Fix missing button style when deselected in dialog
1 parent aadce8d commit b205206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2862,7 +2862,7 @@ td.hint {
28622862
}
28632863
.ui-button:focus,.ui-button:active,
28642864
.button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
2865-
.button.cancel:active,.button.cancel:focus {
2865+
.button.cancel:active,.button.cancel:focus, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit {
28662866
border: 1px solid #378ccd !important;
28672867
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;
28682868
color: #046c98 !important;

0 commit comments

Comments
 (0)