mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Change Menu Item Highlight color
This change the hover color for the menu item of the menu bar previously it was blue-cyan as the selected entities which was visually annoying when we used the menu over a selection of entities in the list. This hover color is now a grey tonality.
This commit is contained in:
parent
940b45ee85
commit
6565270648
1 changed files with 2 additions and 2 deletions
|
@ -1987,12 +1987,12 @@ button.menu-button {
|
|||
}
|
||||
|
||||
button.menu-button:hover {
|
||||
background-color: #00B4EF;
|
||||
background-color: #919191;
|
||||
border: none;
|
||||
}
|
||||
|
||||
button.menu-button:active {
|
||||
background-color: #00B4EF;
|
||||
background-color: #919191;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue