PluginProbe
SurveyJS: Drag & Drop Form Builder / trunk
SurveyJS: Drag & Drop Form Builder vtrunk
trunk 2.5.2 2.5.3 2.5.4 2.5.5
surveyjs / index.css

index.css in SurveyJS: Drag & Drop Form Builder trunk, at index.css

46 lines 928 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wp-sjs-plugin .surveys-list table thead td {
2 font-weight: bold;
3 }
4
5 .wp-sjs-plugin .surveys-list table td:nth-child(2) {
6 width: 50%;
7 }
8
9 .wp-sjs-plugin .sv_button_link {
10 color: #1ab394;
11 width: 100px;
12 display: inline-block;
13 padding: 6px 12px;
14 cursor: pointer;
15 text-align: center;
16 }
17
18 .wp-sjs-plugin .sv_button_link:hover,
19 .wp-sjs-plugin .sv_button_link:visited:hover {
20 background-color: #1ab394;
21 border-color: #1ab394;
22 color: #fff;
23 border-radius: 2px;
24 text-decoration: none;
25 }
26
27 .wp-sjs-plugin .sv_button_link:visited {
28 color: #1ab394;
29 }
30
31 .wp-sjs-plugin .sv_button_link.sv_button_delete {
32 color: #ec2626;
33 }
34
35 .wp-sjs-plugin .sv_button_link.sv_button_delete:hover {
36 background-color: #ec2626;
37 color: #fff;
38 }
39
40 .wp-sjs-plugin #wpSjsResultsTable td {
41 cursor: pointer;
42 }
43
44 .wp-sjs-plugin .sv_body {
45 overflow: scroll;
46 }