1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-16 02:59:51 +08:00

remove unused css

This commit is contained in:
Syarif Fakhri 2022-10-14 21:07:58 +08:00
parent 91190e8744
commit ac8cf863a0

View File

@ -43,16 +43,6 @@ 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);