diff options
| author | Mark Otto <[email protected]> | 2013-02-08 09:56:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-08 09:56:04 -0800 |
| commit | 63c1377ee7802d857bfa359fb3d9824abf5a91fc (patch) | |
| tree | 25fedca3d0c6604f7c4f1096a4327c2711b6e529 /docs | |
| parent | 1b2b049ef827553e20c995710d11982fa9d53f79 (diff) | |
| download | bootstrap-63c1377ee7802d857bfa359fb3d9824abf5a91fc.tar.xz bootstrap-63c1377ee7802d857bfa359fb3d9824abf5a91fc.zip | |
Fixes #6852: add cursor pointer to carousel indicators
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9e1ad72e6..9ea76f713 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4576,6 +4576,7 @@ a.counter:focus { height: 10px; margin-left: 5px; text-indent: -999px; + cursor: pointer; background-color: #ccc; background-color: rgba(255, 255, 255, 0.25); border-radius: 5px; |
