Updated button theme
This commit is contained in:
parent
66eed672a5
commit
6c2bded43e
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue