diff --git a/src/app/app.component.html b/src/app/app.component.html
index 6eabfbc..fb14536 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1,7 +1,7 @@
-
+
{{ item.text }}
diff --git a/src/app/app.component.scss b/src/app/app.component.scss
index e6686cd..5446797 100644
--- a/src/app/app.component.scss
+++ b/src/app/app.component.scss
@@ -24,10 +24,17 @@
z-index: 1000;
}
-#topBar .main-menu-item , #topBar .k-icon {
+#topBar .main-menu-item , #topBar .k-icon, #topBar .k-menu-item {
color:black !important;
}
.k-menu:not(.k-context-menu) > .k-item > .k-state-active {
+ font-weight: bold;
+ background-color: lightblue;
+}
+
+.k-popup.k-menu-popup .k-menu-item:hover {
+ color: black;
+ font-weight: bold;
background-color: lightblue;
}