Commit 63c1377e authored by Mark Otto's avatar Mark Otto

Fixes #6852: add cursor pointer to carousel indicators

parent 1b2b049e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment