PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / trunk
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel vtrunk
trunk 0.9.0 0.9.1 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0
wp-all-export / static / js / jquery / css / select2 / select2-bootstrap.css
wp-all-export / static / js / jquery / css / select2 Last commit date
select2-bootstrap.css 12 years ago select2-spinner.gif 12 years ago select2.css 12 years 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