-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylus.css
106 lines (92 loc) · 3.03 KB
/
stylus.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
tr.status-Closed.type-Zendesk_History td a,
tr.status-Closed.type-Zendesk_History td span,
tr.status-Solved.type-Zendesk_History td a,
tr.status-Solved.type-Zendesk_History td span {
opacity: 0.6;
text-decoration: line-through;
font-style: italic;
}
tr.status-Pending.type-Zendesk_History .subject a::before,
tr.status-New.type-Zendesk_History .subject a::before,
tr.status-Open.type-Zendesk_History .subject a::before,
tr.status-Hold.type-Zendesk_History .subject a::before {
font-weight: bold;
}
tr.status-Solved.type-Zendesk_History .subject a::before {
content:"SOLVED: ";
}
tr.status-Closed.type-Zendesk_History .subject a::before {
content:"CLOSED: ";
}
tr.status-Pending.type-Zendesk_History .subject a::before {
content:"PENDING: ";
}
tr.status-New.type-Zendesk_History .subject a::before {
content:"NEW: ";
}
tr.status-Open.type-Zendesk_History .subject a::before {
content:"OPEN: ";
}
tr.status-Hold.type-Zendesk_History .subject a::before {
content:"HOLD: ";
}
tr.type-Zendesk_History.status-Solved td,
tr.type-Zendesk_History.status-Open td,
tr.type-Zendesk_History.status-Pending td,
tr.type-Zendesk_History.status-Closed td,
tr.type-Zendesk_History.status-New td,
tr.type-Zendesk_History.status-Hold td{
background: transparent;
color: #5F8300;
}
tr.type-Zendesk_History.status-Solved td a,
tr.type-Zendesk_History.status-Open td a,
tr.type-Zendesk_History.status-Pending td a,
tr.type-Zendesk_History.status-Closed td a,
tr.type-Zendesk_History.status-New td a,
tr.type-Zendesk_History.status-Hold td a {
color: #5F8300;
}
tr.type-Zendesk_History.status-Solved td.subject::before,
tr.type-Zendesk_History.status-Open td.subject::before,
tr.type-Zendesk_History.status-Pending td.subject::before,
tr.type-Zendesk_History.status-Closed td.subject::before,
tr.type-Zendesk_History.status-New td.subject::before,
tr.type-Zendesk_History.status-Hold td.subject::before{
content:"";
display: block;
background-color: transparent !important;
background-image: url('http://www.amrutsoftware.com/wp-content/uploads/2017/09/zendesk_support_icon.png') !important;
background-size: 23px 23px;
background-position: -3px -3px;
width: 20px;
height: 20px;
}
tr.type-Happychat td,
tr.type-Happychat td a {
color: #14ACDD;
background: transparent;
}
tr.type-Happychat td.subject::before {
content:"";
display: block;
background-color: transparent !important;
background-image: url('https://hud.happychat.io/assets/favicon.ico') !important;
background-size: 16px 16px;
width: 16px;
height: 16px;
}
tr.type-Community_Forums_History td,
tr.type-Community_Forums_History td a {
color: #444;
background: transparent;
}
tr.type-Community_Forums_History td.subject::before {
content:"";
display: block;
background-color: transparent !important;
background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Wordpress-Logo.svg/2000px-Wordpress-Logo.svg.png') !important;
background-size: 20px 20px;
width: 20px;
height: 20px;
}