forked from Mogara/QSanguosha
-
Notifications
You must be signed in to change notification settings - Fork 60
/
sanguosha.qss
45 lines (39 loc) · 964 Bytes
/
sanguosha.qss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
QProgressBar {
color: solid gray;
border: 2px solid gray;
border-radius: 5px;
background: transparent;
padding: 0px;
text-align: center;
}
QTextEdit {
border: 10px;
border-image: url(image/system/border.png) 10 10 10 10;
background-color: rgba(43, 45, 31, 120);
}
QTextEdit[description = "true"] {
border: 10px;
border-image: none;
background-color: rgba(255, 255, 255, 255);
}
QLabel#guhuo_text {
background-color: rgba(43, 45, 31, 220);
border-radius: 5px;
}
QLineEdit#chat_edit {
background-color: rgba(20, 20, 20, 200);
color: white;
border: 10px transparent;
height: 20px;
border-image: url(image/system/border.png) 10 10 10 10;
}
QMenu[private_pile = "true"] {
background-color: rgba(43, 63, 53, 200);
border-radius: 5px;
color: white;
}
QPushButton[private_pile = "true"] {
background-color: rgba(43, 63, 53, 200);
border-radius: 5px;
color: white;
}