PluginProbe ʕ •ᴥ•ʔ
Widget Options – Advanced Conditional Visibility for Gutenberg Blocks & Classic Widgets / 3.7.13
Widget Options – Advanced Conditional Visibility for Gutenberg Blocks & Classic Widgets v3.7.13
4.2.5 4.2.4 trunk 3.7.10 3.7.11 3.7.12 3.7.13 3.7.14 3.7.2 3.7.5 3.7.6 3.7.7 3.7.8 3.7.9 3.8 3.8.1 3.8.10 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 3.8.7 3.8.8 3.8.9 3.8.9.1 3.9.0 3.9.1 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.5.1 4.0.6 4.0.6.1 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.2.0 4.2.1 4.2.2 4.2.3
widget-options / assets / css / beaver-widgetopts.css
widget-options / assets / css Last commit date
jqueryui 4 years ago admin.css 4 years ago animate.min.css 4 years ago beaver-widgetopts.css 4 years ago select2.min.css 4 years ago welcome.css 4 years ago widget-options.css 4 years ago
beaver-widgetopts.css
121 lines
1 #fl-builder-settings-section-widgetopts-fields #fl-field-widgetopts-tabnav .fl-field-control{
2 padding: 0px;
3 }
4 .fl-builder-widgetopts-tab{
5 border-top: 1px solid #e6eaed;
6 border-bottom: 1px solid #e6eaed;
7 background: #f5f5f5;
8 }
9 .fl-builder-widgetopts-tab a{
10 display: inline-block;
11 margin: 0;
12 outline: none;
13 padding: 8px 10px;
14 color: #999 !important;
15 }
16 .fl-builder-widgetopts-tab a .dashicons{
17 font-size: 16px;
18 }
19 .fl-builder-widgetopts-tab a:first-child{
20 margin-left: 10px !important;
21 }
22 .fl-builder-widgetopts-tab a.widgetopts-s-active{
23 background: #fff;
24 color: #111 !important;
25 border-right: 1px solid #e6eaed;
26 border-left: 1px solid #e6eaed;
27 position: relative;
28 top: 1px;
29 }
30 #fl-builder-settings-tab-widgetopts .fl-builder-settings-section{
31 display: none;
32 }
33 #fl-builder-settings-tab-widgetopts .fl-builder-settings-section table{
34 margin: 0px !important;
35 width: 100% !important;
36 }
37 #fl-builder-settings-tab-widgetopts .fl-builder-settings-section table td:first-child{
38 padding-left: 0px !important;
39 }
40 #fl-builder-settings-tab-widgetopts .fl-builder-settings-section:nth-child(2){
41 display: block;
42 }
43 #fl-builder-settings-tab-widgetopts #fl-builder-settings-section-widgetopts-fields.fl-builder-settings-section{
44 display: block !important;
45 padding: 0px !important;
46 border-bottom: 0px;
47 background: transparent;
48 }
49 #fl-builder-settings-tab-widgetopts .fl-builder-settings-section{
50 border: 1px solid #dfdfdf;
51 border-top: 0px;
52 padding: 15px 10px;
53 background: #fff;
54 }
55 #fl-builder-settings-section-widgetopts-fields.fl-builder-settings-section{
56 margin-bottom: 0px;
57 }
58 .fl-builder-settings-section .fl-field-description{
59 margin-left: 10px !important;
60 opacity: 0.8;
61 font-size: 11px;
62 }
63 .fl-builder-settings-section .fl-field-description small{
64 display: block;
65 font-size: 11px;
66 padding: 0px 10px;
67 }
68 #fl-builder-settings-tab-widgetopts .fl-builder-settings-section textarea{
69 min-height: 90px;
70 }
71 .widgetopts-select2-l{
72 font-size: 10px;
73 color: #999;
74 font-style: italic;
75 }
76 .fl-builder-settings-section .select2-container--default .select2-selection--multiple, .fl-builder-settings .fl-builder-settings-section select, .fl-builder-settings .fl-builder-settings-section input[type="text"], .fl-builder-settings .fl-builder-settings-section textarea{
77 border: 1px solid #e6eaed !important;
78 }
79
80 .fl-builder-settings-section .extended-widget-opts-tabcontent-gopro{
81 padding: 20px;
82 }
83 .fl-builder-settings-section .extended-widget-opts-tabcontent-gopro ul{
84 margin-left: 20px;
85 padding: 0px;
86 }
87 .fl-builder-settings-section .extended-widget-opts-tabcontent-gopro li{
88 list-style: none;
89 }
90 .fl-builder-settings-section#fl-builder-settings-section-widgetopts-upgrade{
91 background-color: #FFF1B8 !important;
92 color: #444;
93 }
94 .fl-builder-settings-section .extended-widget-opts-tabcontent-gopro .widgetopts-unlock-features{
95 text-align: center;
96 font-size: 16px;
97 font-weight: bold;
98 }
99 .fl-builder-settings-section .extended-widget-opts-tabcontent-gopro .widgetopts-unlock-features .dashicons{
100 font-size: 26px;
101 padding-right: 6px;
102 }
103 .fl-builder-settings-section .extended-widget-opts-tabcontent-gopro .button-primary{
104 background: #0085ba;
105 border-color: #0073aa #006799 #006799;
106 color: #fff;
107 display: inline-block;
108 text-decoration: none;
109 font-size: 13px;
110 line-height: 26px;
111 height: 28px;
112 margin: 0;
113 padding: 0 10px 1px;
114 cursor: pointer;
115 border-width: 1px;
116 border-style: solid;
117 -webkit-appearance: none;
118 border-radius: 3px;
119 white-space: nowrap;
120 box-sizing: border-box;
121 }