Skip to content

Commit fd029eb

Browse files
author
Kristan Kenney
committed
Fix danger button style
1 parent 666e85e commit fd029eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/css/src/themes/vestia.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@ b, strong {
177177
}
178178

179179
.ui-button.danger:hover, .button.danger:hover {
180-
background: #fcd3cf !important;
180+
background: none !important;
181181
color: #F4301A !important;
182-
border: 1px solid #F27E71 !important;
182+
border: none !important
183183
}
184184

185185
.ui-button.danger:active, .button.danger:active, .ui-button.danger:focus, .button.danger:focus {
186-
background: #a91200 !important;
187-
color: #fff !important;
188-
border: 1px solid #F4301A !important;
186+
background: none !important;
187+
color: #a91200 !important;
188+
border: none !important;
189189
}
190190

191191
.ui-dialog .ui-dialog-buttonpane button:nth-of-type(2) {

0 commit comments

Comments
 (0)