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
@@ -17,7 +17,7 @@
padding: 5px 14px;
background-color: @pagination-bg;
border: 1px solid @pagination-border;
border-radius: 15px;
border-radius: @pager-border-radius;
}
> a:hover,
@@ -46,7 +46,7 @@
> a:hover,
> a:focus,
> span {
color: @gray-light;
color: @pager-disabled-color;
background-color: @pagination-bg;
cursor: not-allowed;
}