PluginProbe ʕ •ᴥ•ʔ
WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets / trunk
WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets vtrunk
4.1.1 3.9.5 3.9.6 4.0.0 4.0.1 4.1.0 trunk 2.12 2.13 2.14 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 3.4.9 3.5.0 3.5.1 3.5.2 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.6.9 3.7.0 3.7.1 3.7.2 3.7.3 3.7.3-beta-1.0 3.7.4 3.7.4-beta-1.0 3.7.5 3.7.6 3.7.7 3.7.8 3.7.9 3.8.0 3.9.0 3.9.1 3.9.2 3.9.3 3.9.4
wp-all-import / static / js / jquery / css / select2 / select2-bootstrap.css
wp-all-import / static / js / jquery / css / select2 Last commit date
select2-bootstrap.css 12 years ago select2-spinner.gif 12 years ago select2.css 11 months ago select2.png 12 years ago
select2-bootstrap.css
88 lines
1 .form-control .select2-choice {
2 border: 0;
3 border-radius: 2px;
4 }
5
6 .form-control .select2-choice .select2-arrow {
7 border-radius: 0 2px 2px 0;
8 }
9
10 .form-control.select2-container {
11 height: auto !important;
12 padding: 0px;
13 }
14
15 .form-control.select2-container.select2-dropdown-open {
16 border-color: #5897FB;
17 border-radius: 3px 3px 0 0;
18 }
19
20 .form-control .select2-container.select2-dropdown-open .select2-choices {
21 border-radius: 3px 3px 0 0;
22 }
23
24 .form-control.select2-container .select2-choices {
25 border: 0 !important;
26 border-radius: 3px;
27 }
28
29 .control-group.warning .select2-container .select2-choice,
30 .control-group.warning .select2-container .select2-choices,
31 .control-group.warning .select2-container-active .select2-choice,
32 .control-group.warning .select2-container-active .select2-choices,
33 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
34 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
35 .control-group.warning .select2-container-multi.select2-container-active .select2-choices {
36 border: 1px solid #C09853 !important;
37 }
38
39 .control-group.warning .select2-container .select2-choice div {
40 border-left: 1px solid #C09853 !important;
41 background: #FCF8E3 !important;
42 }
43
44 .control-group.error .select2-container .select2-choice,
45 .control-group.error .select2-container .select2-choices,
46 .control-group.error .select2-container-active .select2-choice,
47 .control-group.error .select2-container-active .select2-choices,
48 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
49 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
50 .control-group.error .select2-container-multi.select2-container-active .select2-choices {
51 border: 1px solid #B94A48 !important;
52 }
53
54 .control-group.error .select2-container .select2-choice div {
55 border-left: 1px solid #B94A48 !important;
56 background: #F2DEDE !important;
57 }
58
59 .control-group.info .select2-container .select2-choice,
60 .control-group.info .select2-container .select2-choices,
61 .control-group.info .select2-container-active .select2-choice,
62 .control-group.info .select2-container-active .select2-choices,
63 .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
64 .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
65 .control-group.info .select2-container-multi.select2-container-active .select2-choices {
66 border: 1px solid #3A87AD !important;
67 }
68
69 .control-group.info .select2-container .select2-choice div {
70 border-left: 1px solid #3A87AD !important;
71 background: #D9EDF7 !important;
72 }
73
74 .control-group.success .select2-container .select2-choice,
75 .control-group.success .select2-container .select2-choices,
76 .control-group.success .select2-container-active .select2-choice,
77 .control-group.success .select2-container-active .select2-choices,
78 .control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
79 .control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
80 .control-group.success .select2-container-multi.select2-container-active .select2-choices {
81 border: 1px solid #468847 !important;
82 }
83
84 .control-group.success .select2-container .select2-choice div {
85 border-left: 1px solid #468847 !important;
86 background: #DFF0D8 !important;
87 }
88