mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added border around QMenu.
This commit is contained in:
committed by
Magne Sjaastad
parent
a86e19202b
commit
e7374553f0
@@ -250,6 +250,10 @@ QMenuBar::item:selected {
|
|||||||
color: $textColor;
|
color: $textColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QMenu {
|
||||||
|
border: 2px solid $borderColor;
|
||||||
|
}
|
||||||
|
|
||||||
QMenu::item:selected {
|
QMenu::item:selected {
|
||||||
background-color: $primaryColor;
|
background-color: $primaryColor;
|
||||||
color: $textColor;
|
color: $textColor;
|
||||||
|
|||||||
Reference in New Issue
Block a user