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
4bd6abaf
Commit
4bd6abaf
authored
11 years ago
by
Artur Kwiatkowski
Browse files
Options
Download
Email Patches
Plain Diff
applied @pagination-bg for .disabled state instead of hardcoded color in hex
parent
67a5d8ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/pager.less
+1
-1
less/pager.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
4bd6abaf
...
...
@@ -4242,7 +4242,7 @@ button.close {
.pager
.disabled
>
span
{
color
:
#999999
;
cursor
:
default
;
background-color
:
#fff
;
background-color
:
#fff
fff
;
}
.modal-open
{
...
...
This diff is collapsed.
Click to expand it.
less/pager.less
+
1
-
1
View file @
4bd6abaf
...
...
@@ -46,7 +46,7 @@
> a:focus,
> span {
color: @grayLight;
background-color:
#fff
;
background-color:
@pagination-bg
;
cursor: default;
}
}
...
...
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