forked from easysoft/zenshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zentaosubmit.css
66 lines (53 loc) · 1.18 KB
/
zentaosubmit.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
#ZTSubmitDlg {
background-color: #FFFFFF;
border: 0px;
margin: 0px;
padding: 0px;
}
#btnNext {
border: 1px solid rgba(116,125,255,1);
border-radius: 4px;
font-family: Microsoft YaHei;
font-size: 13px;
color: #747DFF;
font-weight: 400;
}
#btnCancel {
border: 1px solid rgba(215,219,222,1);
border-radius: 4px;
font-family: Microsoft YaHei;
font-size: 13px;
color: #9EA3B0;
font-weight: 400;
}
#btnDemand {
background-color: transparent;
font-family: Microsoft YaHei;
font-size: 14px;
color: #3C4353;
font-weight: 400;
padding-left: 35px;
background-image: url(:/images/demand-uncheck.png);
background-repeat: no-repeat;
}
#btnDemand:hover {
color: #FFA34D;
background-image: url(:/images/demand-check.png);
}
#btnDemand:pressed {
color: #3C4353;
}
#btnBug {
background-color: transparent;
font-family: Microsoft YaHei;
font-size: 14px;
color: #3C4353;
font-weight: 400;
padding-left: 35px;
background-image: url(:/images/bug-uncheck.png);
background-repeat: no-repeat;
}
#btnBug:hover {
color: #FF5858;
background-image: url(:/images/bug-check.png);
}