diff options
| author | Mark Otto <[email protected]> | 2012-02-05 02:33:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 02:33:30 -0800 |
| commit | f8db6a3b533ffde051b3a4beaec6e39b90c1b4ad (patch) | |
| tree | 0df11552e4c6fed39692674f5896b9ae3fa7a31c | |
| parent | f68f7870efd4e56dc1d651dc5de37b265558fce1 (diff) | |
| parent | a486a6f20b6502cf260368f5e0e423a7db2c6284 (diff) | |
| download | bootstrap-f8db6a3b533ffde051b3a4beaec6e39b90c1b4ad.tar.xz bootstrap-f8db6a3b533ffde051b3a4beaec6e39b90c1b4ad.zip | |
Merge branch 'master' of https://github.com/jarijokinen/bootstrap into jarijokinen-master
| -rw-r--r-- | less/labels.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/labels.less b/less/labels.less index c0f427750..923f1b84c 100644 --- a/less/labels.less +++ b/less/labels.less @@ -14,3 +14,7 @@ .label-warning { background-color: @orange; } .label-success { background-color: @successText; } .label-info { background-color: @infoText; } +.label:hover { + color: @white; + text-decoration: none; +} |
