2
0
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:
syed
2013-07-26 17:04:15 +05:00
parent 2a51ebf671
commit 1b8ba0d159
9 changed files with 1379 additions and 1259 deletions
+2 -2
View File
@@ -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;
}