doublepost for update - just tested changing the text color in two other settings... the alienware v2 skin and the current league of legends skin... in alienware it changed, in the lol skin it didnt x.x
- found a solution in the difference between the alienware v2 skin and the lol/cataclsym skins...
add a referance to the base Qlabel and the change will stick.
Code:
QLabel,
QstatusBar,
QStatusBar::item
{
background-color: transparent;
padding-left:4px;
padding-right:4px;
color: #0099ff;
}
ok, ran into yet another issue. changing qlabel seems to modify the color of the subheader text in the options menu as well. example being the Style, Icon Pack and Theme sub headers :X
i want those to remain red while changing the status to blue x.x;; cause the backgrounds are different...
alienwares arent linked. lookin into that >.<
the relevant code is one of the following... i think its QAbstractItemView, but im tinkering to see if any of them will actually work :X
Code:
QMainWindow, QWidget, QDialog, TextBrowser, QAbstractItemView, QTextEdit {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #424242, stop:1 #424242);
color:#dddddd;
}