diff options
| author | Jari Jokinen <[email protected]> | 2012-02-01 12:59:38 +0200 |
|---|---|---|
| committer | Jari Jokinen <[email protected]> | 2012-02-01 12:59:38 +0200 |
| commit | a486a6f20b6502cf260368f5e0e423a7db2c6284 (patch) | |
| tree | 3b0057a5bc0a9ad147caaab55db3d42cfc07f540 /less | |
| parent | 7f32d15fbb096fdf3146997f10cc91dbbd4589fc (diff) | |
| download | bootstrap-a486a6f20b6502cf260368f5e0e423a7db2c6284.tar.xz bootstrap-a486a6f20b6502cf260368f5e0e423a7db2c6284.zip | |
Allow labels to be links
Diffstat (limited to 'less')
| -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; +} |
