1
0

Add CSS styling to history view to make text lighter coloured.

This commit is contained in:
Amir Taaki
2012-08-12 21:23:26 +01:00
parent b952a96b41
commit 5c43cee3f3
2 changed files with 7 additions and 0 deletions

View File

@@ -77,3 +77,9 @@ MiniWindow QPushButton {
{
color: #333;
}
#history::item
{
color: #888;
}