mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
disable cursor on disabled and active pagination links
This commit is contained in:
Binary file not shown.
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -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;
|
||||
|
@@ -30,6 +30,7 @@
|
||||
}
|
||||
.pagination .active a {
|
||||
color: @grayLight;
|
||||
cursor: default;
|
||||
}
|
||||
.pagination .disabled a,
|
||||
.pagination .disabled a:hover {
|
||||
|
Reference in New Issue
Block a user