mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:57:13 +02: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 {
|
button.menu-button:hover {
|
||||||
background-color: #00B4EF;
|
background-color: #919191;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.menu-button:active {
|
button.menu-button:active {
|
||||||
background-color: #00B4EF;
|
background-color: #919191;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue