mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-22 02:22:17 +08:00
修改部分ui
This commit is contained in:
parent
737283528d
commit
24a99ff00d
@ -21,7 +21,7 @@ class Ui_Dialog(object):
|
||||
Dialog.setFont(font)
|
||||
Dialog.setLayoutDirection(QtCore.Qt.LeftToRight)
|
||||
Dialog.setStyleSheet("QPushButton {\n"
|
||||
" background-color:transparent;\n"
|
||||
" background: rgb(238,244,249);\n"
|
||||
"}\n"
|
||||
"QPushButton:hover{\n"
|
||||
" background: rgb(230, 235, 240);\n"
|
||||
|
@ -36,7 +36,6 @@ QListWidget::item{
|
||||
}
|
||||
/*被选中时的背景颜色和左边框颜色*/
|
||||
QListWidget::item:selected {
|
||||
border-bottom: 4px solid rgb(9, 187, 7);
|
||||
border-left:none;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
|
Loading…
Reference in New Issue
Block a user