Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
27859f6b
Commit
27859f6b
authored
11 years ago
by
Zlatan Vasović
Browse files
Options
Download
Email Patches
Plain Diff
Improve pager customization
parent
5eeaf114
1 merge request
!11840
Improve pager customization
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/pager.less
+4
-4
less/pager.less
less/variables.less
+9
-1
less/variables.less
with
13 additions
and
5 deletions
+13
-5
less/pager.less
+
4
-
4
View file @
27859f6b
...
@@ -15,15 +15,15 @@
...
@@ -15,15 +15,15 @@
> span {
> span {
display: inline-block;
display: inline-block;
padding: 5px 14px;
padding: 5px 14px;
background-color: @pag
ination
-bg;
background-color: @pag
er
-bg;
border: 1px solid @pag
ination
-border;
border: 1px solid @pag
er
-border;
border-radius: @pager-border-radius;
border-radius: @pager-border-radius;
}
}
> a:hover,
> a:hover,
> a:focus {
> a:focus {
text-decoration: none;
text-decoration: none;
background-color: @pag
ination
-hover-bg;
background-color: @pag
er
-hover-bg;
}
}
}
}
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
> a:focus,
> a:focus,
> span {
> span {
color: @pager-disabled-color;
color: @pager-disabled-color;
background-color: @pag
ination
-bg;
background-color: @pag
er
-bg;
cursor: not-allowed;
cursor: not-allowed;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
9
-
1
View file @
27859f6b
...
@@ -363,8 +363,16 @@
...
@@ -363,8 +363,16 @@
// Pager
// Pager
// -------------------------
// -------------------------
@pager-bg: @pagination-bg;
@pager-border: @pagination-border;
@pager-border-radius: 15px;
@pager-border-radius: 15px;
@pager-disabled-color: @gray-light;
@pager-hover-bg: @pagination-hover-bg;
@pager-active-bg: @pagination-active-bg;
@pager-active-color: @pagination-active-color;
@pager-disabled-color: @pagination-disabled-color;
// 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
Menu
Explore
Projects
Groups
Snippets