diff options
| author | Mark Otto <[email protected]> | 2012-02-05 02:36:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 02:36:21 -0800 |
| commit | 85e401a6567e51016357acfe6b01cd5b5c330652 (patch) | |
| tree | a843d7aa51cf8adc3d0d4363bcbf66e6b4245972 /docs | |
| parent | f9847b300b2db36bb1623bd1f4928e59aaef1d4e (diff) | |
| download | bootstrap-85e401a6567e51016357acfe6b01cd5b5c330652.tar.xz bootstrap-85e401a6567e51016357acfe6b01cd5b5c330652.zip | |
add label hover style for ability to make it a link
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52415 -> 52500 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex f772cc9da..c7a6d854c 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 2f982b04a..3833da611 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3064,18 +3064,34 @@ a.thumbnail:hover { -moz-border-radius: 3px; border-radius: 3px; } +.label:hover { + color: #ffffff; + text-decoration: none; +} .label-important { background-color: #b94a48; } +.label-important:hover { + background-color: #953b39; +} .label-warning { background-color: #f89406; } +.label-warning:hover { + background-color: #c67605; +} .label-success { background-color: #468847; } +.label-success:hover { + background-color: #356635; +} .label-info { background-color: #3a87ad; } +.label-info:hover { + background-color: #2d6987; +} @-webkit-keyframes progress-bar-stripes { from { background-position: 0 0; |
