refactor: Define tooltip style in single css file and pass it to QApplication
This commit is contained in:
@@ -32,9 +32,3 @@ QPushButton:hover {
|
||||
QPushButton:pressed {
|
||||
background: <color:search/button/press>;
|
||||
}
|
||||
|
||||
QToolTip {
|
||||
background-color: #E0E0E0;
|
||||
color: black;
|
||||
font-size: <setting:font_size>pt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user