mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-23 20:40:36 +03:00
refactor pagination
This commit is contained in:
Vendored
+4
-4
@@ -3339,10 +3339,10 @@ button.close {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.pagination > .disabled span,
|
||||
.pagination > .disabled a,
|
||||
.pagination > .disabled a:hover,
|
||||
.pagination > .disabled a:focus {
|
||||
.pagination > .disabled > span,
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:hover,
|
||||
.pagination > .disabled > a:focus {
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
background-color: #ffffff;
|
||||
|
||||
@@ -34,10 +34,10 @@
|
||||
}
|
||||
|
||||
> .disabled {
|
||||
span,
|
||||
a,
|
||||
a:hover,
|
||||
a:focus {
|
||||
> span,
|
||||
> a,
|
||||
> a:hover,
|
||||
> a:focus {
|
||||
color: @gray-light;
|
||||
background-color: @pagination-bg;
|
||||
cursor: default;
|
||||
|
||||
Reference in New Issue
Block a user