refactor: Define tooltip style in single css file and pass it to QApplication

This commit is contained in:
Eberhard Graether
2015-12-17 13:45:02 +01:00
parent b107fd2655
commit 32cc49b0fd
8 changed files with 4 additions and 37 deletions
@@ -57,9 +57,3 @@ QPushButton#search_button {
#search_button:pressed {
background: <color:search/button/press>;
}
QToolTip {
background-color: #E0E0E0;
color: black;
font-size: <setting:font_size>pt;
}