Default theme: improved tooltip appearence

Thanks to mikobuntu for this patch.
(cherry picked from commit 2ed12b138d)
This commit is contained in:
Tobias Doerffel
2010-08-11 17:30:21 +02:00
parent 6c9dc19eb4
commit 1d50e6b42e

View File

@@ -13,11 +13,16 @@ automationEditor {
}
QToolTip {
background: rgb(224,224,224);
color: black;
border-radius: 4px;
background: qlineargradient(spread:reflect, x1:0.5, y1:0.5, x2:0.5, y2:0, stop:0 rgba(0, 0, 0, 255), stop:1 rgba(50, 50, 50, 220));
opacity: 175;
border: 1.5px solid rgba(0,0,0,255);
color: #00ff00;
}
QMenu {
border:1px solid black;
background-color: rgb( 192, 192, 192 );