Browse Source

added .dtp-button-dropdown

pull/2/head
Rob Colbert 3 years ago
parent
commit
602ae1083f
  1. 9
      client/less/site/button.less

9
client/less/site/button.less

@ -175,4 +175,13 @@ button.uk-button.dtp-button-danger {
span.count-label {
color: #e8e8e8;
}
}
button.dtp-button-dropdown {
background: none;
border: none;
outline: none;
padding: 8px 12px;
color: #e8e8e8;
cursor: pointer;
}
Loading…
Cancel
Save