ui updates

This commit is contained in:
Mo Bitar
2016-12-25 15:44:40 -06:00
parent b9c1406bcf
commit a091323faf
10 changed files with 188 additions and 228 deletions

View File

@@ -30,8 +30,8 @@
}
.nt-dropdown-menu.dark {
background-color: $dark-gray;
color: white;
background-color: $selection-color;
color: $selected-text-color;
li {
&:hover {
@@ -42,12 +42,12 @@
}
}
a {
color: white !important;
color: $selected-text-color !important;
height: 100%;
font-weight: bold !important;
}
.text {
color: white;
color: $selected-text-color;
}
}
}