Commit 6c2bded4 authored by Joel Collins's avatar Joel Collins
Browse files

Updated button theme

parent 66eed672
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -302,6 +302,12 @@ a:hover {
    border-color: @global-border;
}

.uk-button-primary {
    background-color: rgba(180, 180, 180, 0.10);
    border-color: @global-primary-background;
    color: @button-text-color;
}

.uk-button-danger {
    background-color: transparent;
    color: #f0506e;