Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Main
Commits
7d9b3e71
Commit
7d9b3e71
authored
Nov 17, 2014
by
Marc Ducobu
Browse files
Tabs design : hover color text still in black
parent
cc549d67
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Resources/public/stylesheets/scratch.css
View file @
7d9b3e71
...
...
@@ -3031,22 +3031,15 @@ form li label {
margin
:
0
;
color
:
#000
;
cursor
:
pointer
;
border
:
2px
solid
transparent
;
}
.tab-nav
>
li
>
a
:hover
{
text-decoration
:
none
;
border
:
2px
solid
#ff9c00
;
color
:
#ff9c00
;
border-top-left-radius
:
3px
;
border-top-right-radius
:
3px
;
border-bottom-left-radius
:
3px
;
border-bottom-right-radius
:
3px
;
}
.tab-nav
>
li
>
a
:active
{
border
:
2px
solid
#ff9c00
;
color
:
#ff9c00
;
border
:
3px
solid
transparent
;
}
.tab-nav
>
li
>
a
:hover
,
.tab-nav
>
li
>
a
:active
{
border
:
3px
solid
#ff9c00
;
border-top-left-radius
:
3px
;
border-top-right-radius
:
3px
;
border-bottom-left-radius
:
3px
;
border-bottom-right-radius
:
3px
;
}
.tab-nav
>
li
>
a
:hover
{
text-decoration
:
none
;
}
table
{
width
:
100%
;
}
...
...
Resources/public/stylesheets/scratch.css.map
View file @
7d9b3e71
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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