Set cursor on non-selected terminal menu items to pointer

This commit is contained in:
Kristóf Tóth 2018-05-25 15:51:59 +02:00
parent 469c5ced7b
commit 944eb1d229
1 changed files with 2 additions and 0 deletions

View File

@ -97,10 +97,12 @@
background-color: transparent;
border: none;
color: gray;
cursor: pointer;
}
.selected {
color: white;
cursor: default;
}
}