1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-15 18:49:52 +08:00
Qt-Advanced-Docking-System/AdvancedDockingSystem/res/stylesheets/default-windows.css
2016-02-15 15:18:52 +01:00

30 lines
655 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);
padding: 9px;
}
ads--SectionTitleWidget[activeTab="true"], SectionTitleWidget[activeTab="true"] {
background: palette(light);
}
ads--SectionContentWidget, SectionContentWidget {
border: 1px solid palette(light);
}