Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
5774fae3
Commit
5774fae3
authored
Mar 06, 2014
by
Thomas Park
Browse files
lumen: set pagination active background color, closes #228
parent
017d0a46
Changes
4
Show whitespace changes
Inline
Side-by-side
lumen/bootstrap.css
View file @
5774fae3
...
...
@@ -4172,9 +4172,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.pagination
>
.active
>
a
:focus
,
.pagination
>
.active
>
span
:focus
{
z-index
:
2
;
color
:
#
555555
;
background-color
:
#
eeeeee
;
border-color
:
#
e2e2e2
;
color
:
#
ffffff
;
background-color
:
#
158cba
;
border-color
:
#
127ba3
;
cursor
:
default
;
}
.pagination
>
.disabled
>
span
,
...
...
lumen/bootstrap.min.css
View file @
5774fae3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
lumen/bootswatch.less
View file @
5774fae3
...
...
@@ -264,6 +264,7 @@ label {
.pagination,
.pager {
> li > a,
> li > span {
.shadow();
...
...
@@ -283,7 +284,6 @@ label {
}
}
> .disabled > a,
> .disabled > span {
...
...
lumen/variables.less
View file @
5774fae3
...
...
@@ -426,9 +426,9 @@
@pagination-hover-bg: @pagination-bg;
@pagination-hover-border: @pagination-border;
@pagination-active-color:
@pagination-color
;
@pagination-active-bg: @
pagination-bg
;
@pagination-active-border: @
pagination
-border;
@pagination-active-color:
#fff
;
@pagination-active-bg: @
brand-primary
;
@pagination-active-border: @
btn-primary
-border;
@pagination-disabled-color: @gray-light;
@pagination-disabled-bg: @pagination-bg;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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