-
Notifications
You must be signed in to change notification settings - Fork 37
/
zentaodemand.css
77 lines (66 loc) · 1.57 KB
/
zentaodemand.css
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#ZTDemand {
background-color: #ffffff;
color: #1B1F28;
font-size: 13px;
border: 0px;
margin: 0px;
padding: 0px;
}
QLabel {
font-family: Microsoft YaHei;
font-size: 12px;
color: #3C4353;
font-weight: 400;
background-color: #EDEEF2;
font-weight: 400;
border: 1px solid rgba(215,219,222,1);
border-right: 0px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
QLineEdit {
font-family: Microsoft YaHei;
font-size: 12px;
line-height: 20px;
font-weight: 400;
background-color: transparent;
border: 1px solid rgba(215,219,222,1);
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
padding-left: 8px;
}
QTextEdit {
font-family: Microsoft YaHei;
font-size: 12px;
line-height: 20px;
font-weight: 400;
background-color: transparent;
border: 1px solid rgba(215,219,222,1);
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
padding-left: 8px;
}
QComboBox {
background-color: transparent;
border: 1px solid rgba(215,219,222,1);
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
padding-left: 8px;
}
QComboBox::down-arrow
{
border-image: url(:/images/cbx-down.png);
background-color: transparent;
}
QDateEdit {
background-color: transparent;
border: 1px solid rgba(215,219,222,1);
border-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
QDateEdit::down-arrow
{
border-image: url(:/images/cbx-down.png);
background-color: transparent;
}