24 lines
471 B
Plaintext
24 lines
471 B
Plaintext
QWidget,QFrame#frame,QFrame#frame_2{
|
|
color:#01a6ec;
|
|
background-color: #0b2a51;
|
|
}
|
|
|
|
QDialog#CLoginDlg{
|
|
background:#022644;
|
|
color:#01a6ec;
|
|
}
|
|
|
|
QTableWidget{
|
|
background-color:#072d48;
|
|
alternate-background-color:red;
|
|
selection-color:#00e7fc;
|
|
selection-background-color:#134a72;
|
|
gridline-color:#09304c;
|
|
color:#027bb3;
|
|
border:1px solid #0a5b93;
|
|
outline:none;
|
|
}
|
|
|
|
QTableWidget QTableCornerButton::section{
|
|
background-color:rgb(13, 55, 86);
|
|
} |