forked from surveyjs/surveyjs-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
46 lines (38 loc) · 883 Bytes
/
index.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
.wp-sjs-plugin .surveys-list table thead td {
font-weight: bold;
}
.wp-sjs-plugin .surveys-list table td:nth-child(2) {
width: 50%;
}
.wp-sjs-plugin .sv_button_link {
color: #1ab394;
width: 100px;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
text-align: center;
}
.wp-sjs-plugin .sv_button_link:hover,
.wp-sjs-plugin .sv_button_link:visited:hover {
background-color: #1ab394;
border-color: #1ab394;
color: #fff;
border-radius: 2px;
text-decoration: none;
}
.wp-sjs-plugin .sv_button_link:visited {
color: #1ab394;
}
.wp-sjs-plugin .sv_button_link.sv_button_delete {
color: #ec2626;
}
.wp-sjs-plugin .sv_button_link.sv_button_delete:hover {
background-color: #ec2626;
color: #fff;
}
.wp-sjs-plugin #wpSjsResultsTable td {
cursor: pointer;
}
.wp-sjs-plugin .sv_body {
overflow: scroll;
}