[Gui] Fix Status Bar Tooltip Visibility
This commit is contained in:
@@ -212,9 +212,9 @@ QStatusBar::item {
|
||||
}
|
||||
|
||||
QStatusBar QToolTip {
|
||||
background-color: #2b2b2b;
|
||||
color: #1e1e1e;
|
||||
background-color: #7d7f81;
|
||||
border: 1px solid #696968;
|
||||
color: #2b2b2b;
|
||||
/* Remove padding, for fix combo box tooltip */
|
||||
padding: 0px;
|
||||
/* Reducing transparency to read better */
|
||||
|
||||
@@ -213,9 +213,9 @@ QStatusBar::item {
|
||||
}
|
||||
|
||||
QStatusBar QToolTip {
|
||||
background-color: #7F7F7F;
|
||||
color: #1e1e1e;
|
||||
background-color: #7d7f81;
|
||||
border: 1px solid #696968;
|
||||
color: #7F7F7F;
|
||||
/* Remove padding, for fix combo box tooltip */
|
||||
padding: 0px;
|
||||
/* Reducing transparency to read better */
|
||||
|
||||
@@ -213,9 +213,9 @@ QStatusBar::item {
|
||||
}
|
||||
|
||||
QStatusBar QToolTip {
|
||||
background-color: #444444;
|
||||
color: #1e1e1e;
|
||||
background-color: #7d7f81;
|
||||
border: 1px solid #696968;
|
||||
color: #444444;
|
||||
/* Remove padding, for fix combo box tooltip */
|
||||
padding: 0px;
|
||||
/* Reducing transparency to read better */
|
||||
|
||||
@@ -214,9 +214,9 @@ QStatusBar::item {
|
||||
}
|
||||
|
||||
QStatusBar QToolTip {
|
||||
background-color: #F6F6F6;
|
||||
border: 1px solid #C1C1C1;
|
||||
color: #F6F6F6;
|
||||
background-color: #f6f6f6;
|
||||
border: 1px solid #cccccc;
|
||||
color: black;
|
||||
/* Remove padding, for fix combo box tooltip */
|
||||
padding: 0px;
|
||||
/* Reducing transparency to read better */
|
||||
|
||||
Reference in New Issue
Block a user