diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 2 | ||||
| -rw-r--r-- | less/labels.less | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less index bdc1932ca..490c74a7b 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -152,7 +152,7 @@ } // Inverse appears as dark gray .btn-inverse { - .buttonBackground(#454545, #262626); + .buttonBackground(@gray, @grayDarker); } diff --git a/less/labels.less b/less/labels.less index 268435a0b..ae6b00e02 100644 --- a/less/labels.less +++ b/less/labels.less @@ -30,3 +30,6 @@ .label-info { background-color: @infoText; } .label-info:hover { background-color: darken(@infoText, 10%); } + +.label-inverse { background-color: @grayDark; } +.label-inverse:hover { background-color: darken(@grayDark, 10%); }
\ No newline at end of file |
