Tabs design : hover color text still in black

This commit is contained in:
Marc Ducobu 2014-11-17 22:39:02 +01:00
parent cc549d6765
commit 7d9b3e714f
2 changed files with 9 additions and 16 deletions

View File

@ -3031,22 +3031,15 @@ form li label {
margin: 0;
color: #000;
cursor: pointer;
border: 2px solid transparent; }
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;
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-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; }
text-decoration: none; }
table {
width: 100%; }

File diff suppressed because one or more lines are too long