diff --git a/client/less/site/button.less b/client/less/site/button.less index b29f555..12c3250 100644 --- a/client/less/site/button.less +++ b/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; } \ No newline at end of file