mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
24 lines
360 B
CSS
24 lines
360 B
CSS
|
|
|
|
QLiberationWindow{
|
|
}
|
|
|
|
QTopPanel,
|
|
QTopPanel *{
|
|
/*background-color: #4E5760;*/
|
|
/*color: white;*/
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
QPushButton[style="btn-primary"]{
|
|
/*background-color:#699245;*/
|
|
/*color:white;*/
|
|
/*padding: 21px 5px 21px 5px;
|
|
margin-top: 6px;*/
|
|
}
|
|
|
|
QBaseMenu{
|
|
background-color:#699245;
|
|
color:white;
|
|
} |