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
03556fc3
Commit
03556fc3
authored
Mar 25, 2014
by
Thomas Park
Browse files
cerulean: change navbar dropdown-header to white, fixes #237
parent
dee59305
Changes
3
Hide whitespace changes
Inline
Side-by-side
cerulean/bootstrap.css
View file @
03556fc3
...
...
@@ -5712,6 +5712,9 @@ button.close {
.navbar-brand
{
text-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.1
);
}
.navbar
.dropdown-header
{
color
:
#fff
;
}
.navbar-inverse
{
background-image
:
-webkit-linear-gradient
(
#04519b
,
#044687
60%
,
#033769
);
background-image
:
linear-gradient
(
#04519b
,
#044687
60%
,
#033769
);
...
...
cerulean/bootstrap.min.css
View file @
03556fc3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
cerulean/bootswatch.less
View file @
03556fc3
...
...
@@ -19,6 +19,10 @@
&-brand {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-header {
color: #fff;
}
}
.navbar-inverse {
...
...
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