mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Fixes #6852: add cursor pointer to carousel indicators
This commit is contained in:
parent
1b2b049ef8
commit
63c1377ee7
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@ -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;
|
||||
|
@ -141,6 +141,7 @@
|
||||
background-color: #ccc;
|
||||
background-color: rgba(255,255,255,.25);
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.active {
|
||||
background-color: #fff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user