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
14b94174
Commit
14b94174
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#5700
: restore white text on active dropdown/typeahead text
parent
bf48c314
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/variables.less
+1
-1
less/variables.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
14b94174
...
...
@@ -2839,7 +2839,7 @@ table th[class*="span"],
.dropdown-menu
.active
>
a
,
.dropdown-menu
.active
>
a
:hover
{
color
:
#
333333
;
color
:
#
ffffff
;
text-decoration
:
none
;
background-color
:
#0081c2
;
background-image
:
-moz-linear-gradient
(
top
,
#0088cc
,
#0077b3
);
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
1
View file @
14b94174
...
...
@@ -126,7 +126,7 @@
@dropdownLinkColor: @grayDark;
@dropdownLinkColorHover: @white;
@dropdownLinkColorActive: @
dropdownLinkColor
;
@dropdownLinkColorActive: @
white
;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
...
...
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