mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
disable cursor on disabled and active pagination links
This commit is contained in:
Vendored
+1
@@ -2674,6 +2674,7 @@ button.btn.small, input[type="submit"].btn.small {
|
||||
}
|
||||
.pagination .active a {
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
}
|
||||
.pagination .disabled a, .pagination .disabled a:hover {
|
||||
color: #999999;
|
||||
|
||||
Reference in New Issue
Block a user