Skip to content

Commit 6af5dca

Browse files
New version release
1 parent 773988e commit 6af5dca

File tree

76 files changed

+9658
-9604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+9658
-9604
lines changed

assets/build/css/index.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
/**
3+
* Silence is golden.
4+
*
5+
* @package UVdesk Free Helpdesk
6+
*/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
/* Backend Styles */
2+
.uv-tk-manage-wrapper,
3+
.uv-tk-manage-sidebar {
4+
display: inline-block;
5+
width: 68%;
6+
}
7+
.uv-tk-manage-sidebar {
8+
width: 30%;
9+
vertical-align: top;
10+
}
11+
.wk-highlight {
12+
font-size: 15px;
13+
color: grey;
14+
}
15+
.uv-uvdesk-pre-loader {
16+
display: none;
17+
margin: auto;
18+
position: fixed;
19+
width: 100%;
20+
height: 100%;
21+
left: 0;
22+
top: 0;
23+
background: rgba(255, 255, 255, 0.3);
24+
}
25+
.uv-uvdesk-ajax-loader-img {
26+
position: fixed;
27+
top: 50%;
28+
left: 50%;
29+
}
30+
.tkt-intro .wk-space {
31+
padding-right: 20px;
32+
}
33+
.wk-cards {
34+
background-color: #ffffff;
35+
border-radius: 3px;
36+
margin: 15px;
37+
padding: 10px;
38+
}
39+
.tkt-message {
40+
margin: 5px;
41+
padding: 10px;
42+
}
43+
.tkt-message img {
44+
max-width: 100%;
45+
}
46+
.wk-accord:before {
47+
content: "\f140";
48+
display: inline-block;
49+
font: 400 20px/1 dashicons;
50+
vertical-align: middle;
51+
}
52+
.wk-accord.close:before {
53+
content: "\f142";
54+
}
55+
.uv-uvdesk-remove-file:before {
56+
background: 0 0;
57+
color: #72777c;
58+
display: inline-block !important;
59+
content: "\f153";
60+
display: block;
61+
font: 400 16px/20px dashicons;
62+
height: 20px;
63+
}
64+
.uv-uvdesk-remove-file {
65+
position: absolute;
66+
margin-left: 31px;
67+
margin-top: -4px;
68+
cursor: pointer;
69+
z-index: 100;
70+
}
71+
.wk-file-zip:before {
72+
content: "\f501";
73+
z-index: 10;
74+
font: 400 20px/1 dashicons;
75+
position: absolute;
76+
margin: 5px;
77+
padding: 5px;
78+
}
79+
.wk-file:before {
80+
content: "\f498";
81+
z-index: 10;
82+
font: 400 20px/1 dashicons;
83+
position: absolute;
84+
margin: 5px;
85+
padding: 5px;
86+
}
87+
.wk-delete-tkt-reply:before {
88+
content: "\f182";
89+
display: inline-block;
90+
font: 400 20px/1 dashicons;
91+
vertical-align: middle;
92+
cursor: pointer;
93+
}
94+
.wk-starred-ico:before {
95+
content: "\f154";
96+
display: inline-block;
97+
font: 400 20px/1 dashicons;
98+
vertical-align: middle;
99+
cursor: pointer;
100+
color: inherit;
101+
}
102+
.wk-starred-ico.stared:before {
103+
color: #eeee27;
104+
content: "\f155";
105+
}
106+
.tkt-section a {
107+
text-decoration: none;
108+
}
109+
.uv-uvdesk-priority-check {
110+
display: inline-block;
111+
vertical-align: middle;
112+
width: 9px;
113+
height: 9px;
114+
border-radius: 50%;
115+
margin-right: 5px;
116+
}
117+
.uv-uvdesk-replay-inline span {
118+
display: inline-block;
119+
}
120+
.uv-uvdesk-replay-inline {
121+
background-color: #e7e7e7;
122+
border: 1px solid #e3d3d3;
123+
padding: 5px;
124+
border-radius: 3px;
125+
}
126+
.uv-uvdesk-replay-inline img {
127+
width: 40px;
128+
height: 40px;
129+
vertical-align: middle;
130+
}
131+
/* Uv desk Backend css */
132+
.wk_uvdesk_wrap {
133+
background-color: #fff;
134+
padding: 20px;
135+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
136+
}
137+
.wk_uvdesk_wrap label {
138+
display: block;
139+
margin: 30px 0px 10px 0px;
140+
font-weight: bold;
141+
}
142+
.wk_uvdesk_wrap input[type="text"] {
143+
padding: 8px;
144+
width: 50%;
145+
}
146+
.wk-sel-agent select option {
147+
color: #000 !important;
148+
}
149+
.wkuvdsk-list {
150+
display: flex;
151+
flex-direction: column;
152+
gap: 20px;
153+
flex-wrap: wrap;
154+
}
155+
#uv-uvdesk-attachments {
156+
opacity: 0;
157+
width: 30px;
158+
z-index: 99;
159+
position: absolute;
160+
height: 30px;
161+
}
162+
.wkuvdesk-back-to-list {
163+
display: inline-block;
164+
vertical-align: super !important;
165+
}

0 commit comments

Comments
 (0)