PluginProbe
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits / 3.1.2
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits v3.1.2
3.2.2 3.2.3 3.2.1 3.2.0 3.1.9 3.1.8 3.1.7 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.9 trunk 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.3 1.1.4 1.1.5 All 174 releases
master-addons / assets / css / addons / caldera-forms.css

caldera-forms.css in Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits 3.1.2, at assets/css/addons/caldera-forms.css

110 lines 3.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Master Addons - Caldera Forms
3 *
4 * Styles for the Caldera Forms widget only.
5 */
6 .jltma-caldera-form .caldera-grid label,
7 .jltma-caldera-form .caldera-grid span {
8 display: block;
9 color: #78909c;
10 font-size: 13px;
11 font-weight: 400;
12 }
13 .jltma-caldera-form .caldera-grid .form-control {
14 background-color: #fff;
15 border-color: #e2e7ea;
16 border-radius: 5px;
17 box-shadow: none;
18 font-size: 16px;
19 margin-bottom: 10px;
20 height: 60px;
21 }
22 .jltma-caldera-form .caldera-grid [type=button] {
23 background: #4b00e7;
24 border: 1px solid #4b00e7;
25 border-radius: 5px;
26 color: #fff;
27 }
28 .jltma-caldera-form .caldera-grid [type=button]:hover {
29 background: #fff;
30 color: #4b00e7;
31 }
32 .jltma-caldera-form .caldera-grid .form-control:focus {
33 border-color: inherit;
34 box-shadow: none;
35 outline: 0 !important;
36 }
37
38 .ma-cf-2.jltma-caldera-form .caldera-grid [type=button],
39 .ma-cf-4.jltma-caldera-form .caldera-grid [type=button] {
40 float: right;
41 }
42
43 .ma-cf-3.jltma-caldera-form .caldera-grid .form-control,
44 .ma-cf-4.jltma-caldera-form .caldera-grid .form-control {
45 background-color: #27262e;
46 color: #fff;
47 }
48
49 .ma-cf-5.jltma-caldera-form .caldera-grid .cf-upload-file label,
50 .ma-cf-6.jltma-caldera-form .caldera-grid .cf-upload-file label {
51 background-color: transparent;
52 position: static;
53 padding: 0;
54 }
55
56 .ma-cf-6.jltma-caldera-form .caldera-grid [type=button],
57 .ma-cf-8.jltma-caldera-form .caldera-grid [type=button] {
58 text-align: center;
59 width: 100%;
60 }
61
62 .ma-cf-7.jltma-caldera-form .caldera-grid .form-control,
63 .ma-cf-8.jltma-caldera-form .caldera-grid .form-control {
64 border: none;
65 border-radius: 0;
66 border-bottom: 3px solid #e2e7ea;
67 }
68
69 .ma-cf-9.jltma-caldera-form .caldera-grid .form-control,
70 .ma-cf-10.jltma-caldera-form .caldera-grid .form-control,
71 .ma-cf-11.jltma-caldera-form .caldera-grid .form-control {
72 border-radius: 2em;
73 padding-left: 45px;
74 }
75
76 .ma-cf-9.jltma-caldera-form .caldera-grid [type=button],
77 .ma-cf-10.jltma-caldera-form .caldera-grid [type=button],
78 .ma-cf-11.jltma-caldera-form .caldera-grid [type=button] {
79 border-radius: 2em;
80 }
81
82 .ma-cf-10.jltma-caldera-form .caldera-grid label,
83 .ma-cf-10.jltma-caldera-form .caldera-grid span {
84 color: #fff;
85 }
86
87 .ma-cf-10.jltma-caldera-form .caldera-grid [type=button] {
88 background-color: -webkit-linear-gradient(0deg, rgb(243, 61, 130) 0%, rgb(213, 180, 63) 100%);
89 border: none;
90 width: 100%;
91 }
92 .ma-cf-10.jltma-caldera-form .caldera-grid [type=button]:hover {
93 background-color: -webkit-linear-gradient(0deg, rgb(10, 57, 252) 0%, rgb(213, 0, 137) 100%);
94 color: #fff;
95 }
96
97 .ma-cf-11.jltma-caldera-form .caldera-grid [type=button] {
98 background-color: -webkit-linear-gradient(0deg, rgb(10, 57, 252) 0%, rgb(213, 0, 137) 100%);
99 border: none;
100 width: 100%;
101 }
102 .ma-cf-11.jltma-caldera-form .caldera-grid [type=button]:hover {
103 background-color: -webkit-linear-gradient(0deg, rgb(243, 61, 130) 0%, rgb(213, 180, 63) 100%);
104 color: #fff;
105 }
106
107 .ma-cf-10.jltma-caldera-form .caldera-grid [type=button]:hover,
108 .ma-cf-11.jltma-caldera-form .caldera-grid [type=button]:hover {
109 color: #fff;
110 }