Fixed menu and menu bar background.

git-svn-id: http://voip.null.ro/svn/yate@4934 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2012-02-20 15:57:14 +00:00
parent 1d26febd67
commit adc7148842
1 changed files with 3 additions and 1 deletions

View File

@ -346,10 +346,11 @@ QScrollBar::right-arrow:pressed { border: 1px solid #717fa0; }
QMenuBar {
border: 0px;
background-color:transparent;
background: transparent;
}
QMenuBar::item {
color:#333333;
background: transparent;
}
QMenuBar::item:selected {
background-color: #48a4d7;
@ -366,6 +367,7 @@ QMenu {
QMenu::item {
border: 1px solid #ffffff;
padding: 2px 4px 2px 22px;
background: #ffffff;
}
QMenu::item:selected {
color: #ffffff;