You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
773 B
52 lines
773 B
QWidget#DockPaletteWidgetBox
|
|
{
|
|
background: #EEEEEE;
|
|
border-radius: 10px;
|
|
border: 2px solid #999999;
|
|
}
|
|
|
|
QColorDialog
|
|
{
|
|
background: #EEEEEE;
|
|
}
|
|
|
|
QLabel#DockPaletteWidgetTitle
|
|
{
|
|
color: #FFFFFF;
|
|
font-size : 18px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
QPushButton#DockPaletteWidgetButton
|
|
{
|
|
background-color : #DDDDDD;
|
|
color : #555555;
|
|
border-radius : 6px;
|
|
padding : 5px;
|
|
font-weight : bold;
|
|
font-size : 12px;
|
|
}
|
|
|
|
QPushButton#DockPaletteWidgetButton::checked
|
|
{
|
|
background-color: #BBBBBB;
|
|
}
|
|
|
|
QSlider::handle::horizontal
|
|
{
|
|
background-color:#EEEEEE;
|
|
margin-top:-5px;
|
|
margin-bottom:-5px;
|
|
height:20px;
|
|
width:18px;
|
|
border-radius:10px;
|
|
border:1px solid #555555;
|
|
}
|
|
|
|
QSlider::groove::horizontal
|
|
{
|
|
background-color:#999999;
|
|
height:10px;
|
|
border-radius:5px;
|
|
border:1px solid #555555;
|
|
} |