fixed info panel

This commit is contained in:
Kendall Werts
2020-02-18 16:46:26 -06:00
parent 9d151f0033
commit 8d8d7f2a8e
3 changed files with 85 additions and 40 deletions
+7 -5
View File
@@ -1034,13 +1034,15 @@ h3.title {
cursor: pointer;
}
.menu-item:hover {
background: #1296F8;
color: #FFFFFF;
.disabled-menu-item {
font-style: italic;
color: grey;
cursor: default;
}
.hover-highlight {
.hover-highlight:hover {
background: #1296F8;
color: #FFFFFF;
}
.menu-text {