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

@ -176,3 +176,12 @@ button.uk-button.dtp-button-danger {
color: #e8e8e8; color: #e8e8e8;
} }
} }
button.dtp-button-dropdown {
background: none;
border: none;
outline: none;
padding: 8px 12px;
color: #e8e8e8;
cursor: pointer;
}
Loading…
Cancel
Save