04c30125 by Jeremy Groot

u

1 parent ef2c00bc
......@@ -6846,10 +6846,10 @@ label.screen-reader-text {
border-color: transparent transparent transparent #f16522;
}
.col-sm-smallMenu a.tab_menu.light-orange {
background-color: #f16522;
background-color: #f5a800;
}
.col-sm-smallMenu a.tab_menu.light-orange .selected-arrow {
border-color: transparent transparent transparent #f16522;
border-color: transparent transparent transparent #f5a800;
}
.col-sm-smallMenu a.tab_menu.current-menu-item .selected-arrow {
display: block;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -94,10 +94,10 @@
}
&.light-orange {
background-color: #f16522;
background-color: #f5a800;
.selected-arrow {
border-color: transparent transparent transparent #f16522;
border-color: transparent transparent transparent #f5a800;
}
}
......