Qt-Advanced-Docking-System/AdvancedDockingSystem/res/stylesheets/default-windows.css
2016-02-23 15:14:44 +01:00

31 lines
697 B
CSS

/*
* Default style sheet on Windows Platforms
* Note: Always use CSS-classes with and without "ads--" namespace to support Qt4 & Qt5
*/
QSplitter::handle {
background: palette(dark);
}
ads--ContainerWidget, ContainerWidget {
background: palette(dark);
}
ads--SectionWidget, SectionWidget {
background: palette(window);
}
ads--SectionTitleWidget, SectionTitleWidget {
background: palette(window);
border-right: 1px solid palette(light);
padding: 9px;
}
ads--SectionTitleWidget[activeTab="true"], SectionTitleWidget[activeTab="true"] {
background: palette(light);
}
ads--SectionContentWidget, SectionContentWidget {
border: 1px solid palette(light);
}