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
996ec4ca
Commit
996ec4ca
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
-background to -bg on pagination vars
parent
f2e5c329
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/pagination.less
+3
-3
less/pagination.less
less/variables.less
+2
-2
less/variables.less
with
5 additions
and
5 deletions
+5
-5
less/pagination.less
+
3
-
3
View file @
996ec4ca
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
padding: 4px 12px;
padding: 4px 12px;
line-height: @line-height-base;
line-height: @line-height-base;
text-decoration: none;
text-decoration: none;
background-color: @pagination-b
ackground
;
background-color: @pagination-b
g
;
border: 1px solid @pagination-border;
border: 1px solid @pagination-border;
border-left-width: 0;
border-left-width: 0;
}
}
...
@@ -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-b
ackground
-active;
background-color: @pagination-b
g
-active;
}
}
.pagination > .active > a,
.pagination > .active > a,
.pagination > .active > span {
.pagination > .active > span {
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
.pagination > .disabled > a:hover,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
.pagination > .disabled > a:focus {
color: @grayLight;
color: @grayLight;
background-color: @pagination-b
ackground
;
background-color: @pagination-b
g
;
cursor: default;
cursor: default;
}
}
.pagination > li:first-child > a,
.pagination > li:first-child > a,
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
2
-
2
View file @
996ec4ca
...
@@ -222,8 +222,8 @@
...
@@ -222,8 +222,8 @@
// Pagination
// Pagination
// -------------------------
// -------------------------
@pagination-b
ackground:
#fff;
@pagination-b
g:
#fff;
@pagination-b
ackground-active:
#f5f5f5;
@pagination-b
g-active:
#f5f5f5;
@pagination-border: #ddd;
@pagination-border: #ddd;
...
...
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