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
96997540
Commit
96997540
authored
Feb 11, 2012
by
Thomas Park
Browse files
Fixed nav-collapse button on hover
parent
b2cc63ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
cerulean/bootstrap.css
View file @
96997540
...
...
@@ -3385,6 +3385,16 @@ h6 {
.navbar
.search-query
{
border
:
1px
solid
#2480b6
;
}
.navbar
.nav-collapse
>
.nav
li
>
a
{
color
:
#ffffff
;
}
.navbar
.nav-collapse
>
.nav
li
>
a
:hover
{
background-color
:
#2B7CAC
;
}
.btn-navbar
:hover
{
background-color
:
#cccccc
;
background-position
:
0
0
;
}
.control-group.warning
>
label
,
.control-group.warning
.help-block
,
.control-group.warning
.help-inline
{
color
:
#dd5600
;
}
...
...
cerulean/bootstrap.min.css
View file @
96997540
...
...
@@ -609,6 +609,8 @@ h1,h2,h3,h4,h5,h6{color:#317eac;}
.navbar-inner
{
background-color
:
#3f9fd9
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#369bd7
),
color-stop
(
90%
,
#369bd7
),
to
(
#61b0df
));
background-image
:
-webkit-linear-gradient
(
#369bd7
,
#369bd7
90%
,
#61b0df
);
background-image
:
-moz-linear-gradient
(
top
,
#369bd7
,
#369bd7
90%
,
#61b0df
);
background-image
:
-ms-linear-gradient
(
#369bd7
,
#369bd7
90%
,
#61b0df
);
background-image
:
-o-linear-gradient
(
#369bd7
,
#369bd7
90%
,
#61b0df
);
background-image
:
linear-gradient
(
#369bd7
,
#369bd7
90%
,
#61b0df
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#369bd7'
,
endColorstr
=
'#61b0df'
,
GradientType
=
0
);}
.navbar
.nav
.active
>
a
,
.navbar
.nav
.active
>
a
:hover
{
background-color
:
#369bd7
;
background-color
:
rgba
(
0
,
0
,
0
,
0.2
);}
.navbar
.search-query
{
border
:
1px
solid
#2480b6
;}
.navbar
.nav-collapse
>
.nav
li
>
a
{
color
:
#ffffff
;}
.navbar
.nav-collapse
>
.nav
li
>
a
:hover
{
background-color
:
#2B7CAC
;}
.btn-navbar
:hover
{
background-color
:
#cccccc
;
background-position
:
0
0
;}
.control-group.warning
>
label
,
.control-group.warning
.help-block
,
.control-group.warning
.help-inline
{
color
:
#dd5600
;}
.control-group.warning
input
,
.control-group.warning
select
,
.control-group.warning
textarea
{
color
:
#dd5600
;
border-color
:
#dd5600
;}
.control-group.warning
input
:focus
,
.control-group.warning
select
:focus
,
.control-group.warning
textarea
:focus
{
border-color
:
#aa4200
;
-webkit-box-shadow
:
0
0
6px
#ff8d44
;
-moz-box-shadow
:
0
0
6px
#ff8d44
;
box-shadow
:
0
0
6px
#ff8d44
;}
.control-group.warning
.input-prepend
.add-on
,
.control-group.warning
.input-append
.add-on
{
color
:
#dd5600
;
background-color
:
#edebe1
;
border-color
:
#dd5600
;}
...
...
cerulean/bootswatch.less
View file @
96997540
...
...
@@ -32,6 +32,19 @@ h1,h2,h3,h4,h5,h6 {
border: 1px solid darken(@linkColor, 10%);
}
.navbar .nav-collapse > .nav li > a {
color: @white;
&:hover {
background-color: #2B7CAC;
}
}
.btn-navbar:hover {
background-color: darken(@white, 20%);
background-position: 0 0;
}
// FORMS
// -----------------------------------------------------
...
...
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