Fix styling of textFloat & whatsthis, make text floats consistent in style with tooltips

Should fix #925
This commit is contained in:
Vesa
2014-07-03 14:09:31 +03:00
parent 3ca971f9e7
commit 06b47a52a2
5 changed files with 46 additions and 23 deletions

View File

@@ -7,10 +7,6 @@ QLabel, QTreeWidget, QListWidget, QGroupBox {
color: #e0e0e0;
}
QWhatsThat {
color: black;
}
QMdiArea {
background-image: url(resources:background_artwork.png);
}
@@ -55,6 +51,14 @@ QToolTip {
color: #4afd85;
}
textFloat {
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.0px solid rgba(0,0,0,255);
color: #4afd85;
}
QMenu {
border:1px solid #747474;
@@ -748,5 +752,8 @@ LmmsPalette {
qproperty-brightText: #4afd85;
qproperty-highlight: #202020;
qproperty-highlightedText: #ffffff;
/* the next two are used for whatsthis dialogs */
qproperty-toolTipText: #000;
qproperty-toolTipBase: #c9c9c9;
}