mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-15 23:53:12 +00:00
Merge branch 'jarijokinen-master' into 2.0.1-wip
This commit is contained in:
commit
f9847b300b
1 changed files with 4 additions and 0 deletions
|
|
@ -14,3 +14,7 @@
|
||||||
.label-warning { background-color: @orange; }
|
.label-warning { background-color: @orange; }
|
||||||
.label-success { background-color: @successText; }
|
.label-success { background-color: @successText; }
|
||||||
.label-info { background-color: @infoText; }
|
.label-info { background-color: @infoText; }
|
||||||
|
.label:hover {
|
||||||
|
color: @white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue