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
0fbae538
Commit
0fbae538
authored
Feb 19, 2013
by
Thomas Park
Browse files
slate: fixes #73, text-shadow on nav-header, darken active on nav-inverse
parent
9fc8582d
Changes
3
Hide whitespace changes
Inline
Side-by-side
slate/bootstrap.css
View file @
0fbae538
...
...
@@ -6270,11 +6270,11 @@ legend,
.navbar-inverse
.nav
li
>
a
:hover
,
.navbar-inverse
.nav
li
.active
>
a
,
.navbar-inverse
.nav
li
.active
>
a
:hover
{
background-color
:
#
272b30
;
background-image
:
-moz-linear-gradient
(
280deg
,
#
202328
,
#272b30
);
background-image
:
-webkit-linear-gradient
(
280deg
,
#
202328
,
#272b30
);
background-image
:
-o-linear-gradient
(
280deg
,
#
202328
,
#272b30
);
background-image
:
linear-gradient
(
280deg
,
#
202328
,
#272b30
);
background-color
:
#
1c1e22
;
background-image
:
-moz-linear-gradient
(
280deg
,
#
101214
,
#1c1e22
);
background-image
:
-webkit-linear-gradient
(
280deg
,
#
101214
,
#1c1e22
);
background-image
:
-o-linear-gradient
(
280deg
,
#
101214
,
#1c1e22
);
background-image
:
linear-gradient
(
280deg
,
#
101214
,
#1c1e22
);
background-repeat
:
repeat-x
;
}
...
...
@@ -6388,7 +6388,7 @@ div.subnav.subnav-fixed .nav > li:first-child > a:hover {
}
.nav
.nav-header
{
text-shadow
:
none
;
text-shadow
:
-1px
-1px
0
rgba
(
0
,
0
,
0
,
0.3
)
;
}
.nav
>
li
>
a
{
...
...
slate/bootstrap.min.css
View file @
0fbae538
This source diff could not be displayed because it is too large. You can
view the blob
instead.
slate/bootswatch.less
View file @
0fbae538
...
...
@@ -97,7 +97,7 @@ hr, legend, .page-header {
.nav li > a:hover,
.nav li.active > a,
.nav li.active > a:hover {
#gradient > .directional(darken(@grayDarker,
3
%), @grayDarker, 280deg);
#gradient > .directional(darken(@grayDarker,
10
%),
darken(
@grayDarker,
5%),
280deg);
}
}
}
...
...
@@ -205,7 +205,7 @@ div.subnav {
.nav {
.nav-header {
text-shadow:
none
;
text-shadow:
-1px -1px 0 rgba(0,0,0,0.3)
;
}
& > li > a {
...
...
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