diff options
Diffstat (limited to 'less/buttons.less')
| -rw-r--r-- | less/buttons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less index f825bd429..80d19494d 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -115,7 +115,7 @@ input[type="button"] { // -------------------------------------------------- .btn { - color: #fff; + color: @btn-color; background-color: @btn-background; border-color: @btn-border; &:hover, |
