Browse Source

danger text color is white on hover

pull/2/head
Rob Colbert 3 years ago
parent
commit
06b3bf3ba3
  1. 1
      client/less/site/button.less

1
client/less/site/button.less

@ -147,6 +147,7 @@ button.uk-button.dtp-button-danger {
&:hover {
background-color: rgb(255, 0, 0);
color: #ffffff;
}
}

Loading…
Cancel
Save