mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
DocWidget title color fixed
This commit is contained in:
parent
5bb8c5fec6
commit
3e0b58d3e2
@ -949,6 +949,12 @@ QDockWidget {
|
||||
titlebar-normal-icon: url(:/qss_icons/rc/undock.png);
|
||||
}
|
||||
|
||||
QDockWidget::title{
|
||||
background: #383838;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
|
||||
QDockWidget::close-button, QDockWidget::float-button {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
|
Loading…
Reference in New Issue
Block a user