Qt: Make tooltip displays consistent
This commit is contained in:
@@ -130,16 +130,6 @@ QStatusBar::item {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
QStatusBar QToolTip {
|
|
||||||
background-color: #666666;
|
|
||||||
border: 1px solid #272727;
|
|
||||||
color: #272727;
|
|
||||||
/* Remove padding, for fix combo box tooltip */
|
|
||||||
padding: 0px;
|
|
||||||
/* Reducing transparency to read better */
|
|
||||||
opacity: 230;
|
|
||||||
}
|
|
||||||
|
|
||||||
QStatusBar QLabel {
|
QStatusBar QLabel {
|
||||||
/* Fixes Spyder #9120, #9121 */
|
/* Fixes Spyder #9120, #9121 */
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user