ui修改
This commit is contained in:
32
res/qss/title.css
Normal file
32
res/qss/title.css
Normal file
@@ -0,0 +1,32 @@
|
||||
*{
|
||||
background-color: #202129;
|
||||
border: none;
|
||||
color:white;
|
||||
}
|
||||
|
||||
QPushButton:hover {
|
||||
color: Cyan;
|
||||
}
|
||||
QPushButton:pressed {
|
||||
color: CadetBlue;
|
||||
}
|
||||
|
||||
QPushButton#CloseBtn:hover {
|
||||
color: Tomato;
|
||||
}
|
||||
|
||||
QPushButton#CloseBtn:pressed {
|
||||
color: red;
|
||||
/*background:#FF0000;*/
|
||||
}
|
||||
|
||||
QLabel#MovieNameLab {
|
||||
color: #c4c6d2;
|
||||
}
|
||||
|
||||
/**********提示**********/
|
||||
QToolTip{
|
||||
border: none;
|
||||
background-color: #2e2f37;
|
||||
color:white;
|
||||
}
|
||||
Reference in New Issue
Block a user