Skip to content
Snippets Groups Projects
Commit 970c4bea authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix minor css

parent 55398142
Branches
Tags
No related merge requests found
...@@ -1912,6 +1912,12 @@ a.tab:link, a.tab:visited, a.tab:hover, a.tab#active { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment