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 { ads--SectionTitleWidget, SectionTitleWidget {
background: palette(window); background: palette(window);
border-right: 1px solid palette(light);
padding: 9px; padding: 9px;
} }

View File

@ -44,4 +44,12 @@ ads--SectionContentWidget, SectionContentWidget {
IconTitleWidget { IconTitleWidget {
padding: 0; padding: 0;
margin: 0; margin: 0;
}
ads--SectionTitleWidget QLabel, SectionTitleWidget QLabel {
color: #ffffff;
}
ads--SectionTitleWidget[activeTab="true"] QLabel, SectionTitleWidget[activeTab="true"] QLabel {
color: #ffffff;
} }