Css tweak to dark theme, mark submenu carets (ie arrows) white, Fixes #1098

This commit is contained in:
Torkel Ödegaard 2014-11-19 15:41:16 +01:00
parent de10bd4ef6
commit dd398f73c2

View File

@ -575,3 +575,12 @@ a:hover {
// MEDIA QUERIES
// -----------------------------------------------------
.caret {
color: @textColor
}
.dropdown-submenu > a:after {
border-left-color: @textColor;
}