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
b3003956
Commit
b3003956
authored
Jan 18, 2013
by
Thomas Park
Browse files
cosmo: fixes #65, nav-tabs border-radius bug
parent
e5ea2225
Changes
3
Hide whitespace changes
Inline
Side-by-side
cosmo/bootstrap.css
View file @
b3003956
...
...
@@ -5251,6 +5251,13 @@ div.subnav-fixed {
-moz-border-radius
:
0
;
border-radius
:
0
;
}
.tabs-below
>
.nav-tabs
>
li
>
a
,
.tabs-left
>
.nav-tabs
>
li
>
a
,
.tabs-right
>
.nav-tabs
>
li
>
a
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
}
.nav-pills
>
li
>
a
{
background-color
:
#dfdfdf
;
-webkit-border-radius
:
0
;
...
...
cosmo/bootstrap.min.css
View file @
b3003956
...
...
@@ -877,6 +877,7 @@ div.subnav-fixed{top:50px;}
.nav-tabs.nav-stacked
>
li
>
a
:hover
{
background-color
:
#007fff
;
color
:
#ffffff
;}
.nav-tabs.nav-stacked
>
.active
>
a
,
.nav-tabs.nav-stacked
>
.active
>
a
:hover
{
background-color
:
#ffffff
;
color
:
#bbbbbb
;}
.nav-tabs.nav-stacked
>
li
:first-child
>
a
,
.nav-tabs.nav-stacked
>
li
:last-child
>
a
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.tabs-below
>
.nav-tabs
>
li
>
a
,
.tabs-left
>
.nav-tabs
>
li
>
a
,
.tabs-right
>
.nav-tabs
>
li
>
a
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.nav-pills
>
li
>
a
{
background-color
:
#dfdfdf
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
color
:
#000000
;}
.nav-pills
>
li
>
a
:hover
{
background-color
:
#000000
;
color
:
#ffffff
;}
.nav-pills
>
.disabled
>
a
,
.nav-pills
>
.disabled
>
a
:hover
{
background-color
:
#eeeeee
;
color
:
#999999
;}
.nav-list
>
li
>
a
{
color
:
#080808
;}
.nav-list
>
li
>
a
:hover
{
background-color
:
#007fff
;
color
:
#ffffff
;
text-shadow
:
none
;}
...
...
cosmo/bootswatch.less
View file @
b3003956
...
...
@@ -180,6 +180,15 @@ div.subnav {
}
}
.tabs-below,
.tabs-left,
.tabs-right {
& > .nav-tabs > li > a{
.border-radius(0);
}
}
.nav-pills {
& > 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