Updates stylesheets

This commit is contained in:
mfreiholz 2016-02-23 15:14:44 +01:00
parent 846535c085
commit 8508a0323a
2 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,7 @@ ads--SectionWidget, SectionWidget {
ads--SectionTitleWidget, SectionTitleWidget {
background: palette(window);
border-right: 1px solid palette(light);
padding: 9px;
}

View File

@ -45,3 +45,11 @@ IconTitleWidget {
padding: 0;
margin: 0;
}
ads--SectionTitleWidget QLabel, SectionTitleWidget QLabel {
color: #ffffff;
}
ads--SectionTitleWidget[activeTab="true"] QLabel, SectionTitleWidget[activeTab="true"] QLabel {
color: #ffffff;
}