Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d5fa1d80
Commit
d5fa1d80
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
use @pagination- vars on pager component; change @pagination-bg-active to @pagination-active-bg
parent
996ec4ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/css/bootstrap.css
+2
-2
docs/assets/css/bootstrap.css
less/pager.less
+3
-3
less/pager.less
less/pagination.less
+1
-1
less/pagination.less
less/variables.less
+1
-1
less/variables.less
with
7 additions
and
7 deletions
+7
-7
docs/assets/css/bootstrap.css
+
2
-
2
View file @
d5fa1d80
...
@@ -4120,8 +4120,8 @@ button.close {
...
@@ -4120,8 +4120,8 @@ button.close {
.pager
li
>
span
{
.pager
li
>
span
{
display
:
inline-block
;
display
:
inline-block
;
padding
:
5px
14px
;
padding
:
5px
14px
;
background-color
:
#fff
;
background-color
:
#fff
fff
;
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
ddd
;
border-radius
:
15px
;
border-radius
:
15px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/pager.less
+
3
-
3
View file @
d5fa1d80
...
@@ -16,14 +16,14 @@
...
@@ -16,14 +16,14 @@
.pager li > span {
.pager li > span {
display: inline-block;
display: inline-block;
padding: 5px 14px;
padding: 5px 14px;
background-color:
#fff
;
background-color:
@pagination-bg
;
border: 1px solid
#ddd
;
border: 1px solid
@pagination-border
;
border-radius: 15px;
border-radius: 15px;
}
}
.pager li > a:hover,
.pager li > a:hover,
.pager li > a:focus {
.pager li > a:focus {
text-decoration: none;
text-decoration: none;
background-color:
#f5f5f5
;
background-color:
@pagination-active-bg
;
}
}
.pager .next > a,
.pager .next > a,
.pager .next > span {
.pager .next > span {
...
...
This diff is collapsed.
Click to expand it.
less/pagination.less
+
1
-
1
View file @
d5fa1d80
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
.pagination > li > a:focus,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > a,
.pagination > .active > span {
.pagination > .active > span {
background-color: @pagination-
bg-
active;
background-color: @pagination-active
-bg
;
}
}
.pagination > .active > a,
.pagination > .active > a,
.pagination > .active > span {
.pagination > .active > span {
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
1
View file @
d5fa1d80
...
@@ -223,8 +223,8 @@
...
@@ -223,8 +223,8 @@
// -------------------------
// -------------------------
@pagination-bg: #fff;
@pagination-bg: #fff;
@pagination-bg-active: #f5f5f5;
@pagination-border: #ddd;
@pagination-border: #ddd;
@pagination-active-bg: #f5f5f5;
// Jumbotron
// Jumbotron
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment