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
20b10b5d
Commit
20b10b5d
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
change dropdown hover/active color back to link color
parent
eaf464a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/variables.less
+1
-1
less/variables.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
20b10b5d
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
1
View file @
20b10b5d
...
...
@@ -1728,7 +1728,7 @@ table .span24 {
.dropdown-menu
li
>
a
:hover
,
.dropdown-menu
.active
>
a
,
.dropdown-menu
.active
>
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#
333333
;
background-color
:
#
0088cc
;
}
.dropdown.open
{
*
z-index
:
1000
;
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
1
View file @
20b10b5d
...
...
@@ -77,7 +77,7 @@
@dropdownBackground: @white;
@dropdownLinkColor: @grayDark;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @
grayDark
;
@dropdownLinkBackgroundHover: @
linkColor
;
...
...
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