Fix minor css
This commit is contained in:
parent
553981426e
commit
970c4bea75
@ -1912,6 +1912,12 @@ a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
|
|||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.tabunactive { /* We add some border on tabunactive to avoid change of position of title when switching tabs (border of tabunactive = border of tabactive) */
|
||||||
|
border-right: 1px solid rgb(<?php echo $colorbackbody; ?>);
|
||||||
|
border-left: 1px solid rgb(<?php echo $colorbackbody; ?>);
|
||||||
|
}
|
||||||
|
|
||||||
.tabactive, a.tab#active {
|
.tabactive, a.tab#active {
|
||||||
color: #<?php echo $colortextbacktab; ?> !important;
|
color: #<?php echo $colortextbacktab; ?> !important;
|
||||||
background: rgb(<?php echo $colorbacktabcard1; ?>) !important;
|
background: rgb(<?php echo $colorbacktabcard1; ?>) !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user