mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-24 23:31:32 +08:00
Updates stylesheets
This commit is contained in:
parent
846535c085
commit
8508a0323a
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user