Added a stylesheet textcolor for the PluginItems Info Label

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5574 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-09-20 11:36:42 +00:00
parent ee1665a27d
commit 5676a8d248

View File

@ -380,3 +380,10 @@ SubFileItem QProgressBar#progressBar::chunk {
border-bottom-left-radius: 7px;
border: 1px solid black;
}
PluginItem QLabel#infoLabel {
color: #054A02;
font: bold;
}