update default stylesheet

This commit is contained in:
Syarif Fakhri 2022-09-08 16:41:00 +08:00
parent fac81265bf
commit 3ec395fe79

View File

@ -2,7 +2,7 @@
* Default style sheet on Windows Platforms
*/
ads--CDockContainerWidget {
background: palette(dark);
background: palette(window);
}
ads--CDockContainerWidget > QSplitter{
padding: 1 0 1 0;
@ -39,6 +39,20 @@ ads--CDockWidgetTab[activeTab="true"] QLabel {
color: palette(foreground);
}
ads--CDockWidgetSideTab {
background: palette(window);
}
ads--CDockWidgetSideTab[sideTabBarArea="Left"] {
border-left: 3px solid grey;
border-bottom: 1px solid white;
}
ads--CDockWidgetSideTab[sideTabBarArea="Right"] {
border-right: 3px solid grey;
border-bottom: 1px solid white;
}
ads--CDockWidget {
background: palette(light);
border-color: palette(light);