mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
move things around :)
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
}
|
||||
> .active > a,
|
||||
> .active > span {
|
||||
color: @gray-light;
|
||||
color: @pagination-active-color;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
> a,
|
||||
> a:hover,
|
||||
> a:focus {
|
||||
color: @gray-light;
|
||||
color: @pagination-disabled-color;
|
||||
background-color: @pagination-bg;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user