mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Tabs design : hover color text still in black
This commit is contained in:
parent
cc549d6765
commit
7d9b3e714f
@ -3031,22 +3031,15 @@ form li label {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
color: #000;
|
color: #000;
|
||||||
cursor: pointer;
|
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 {
|
.tab-nav > li > a:hover {
|
||||||
text-decoration: none;
|
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; }
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user