PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.32.1
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.32.1
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
formidable / css / frm_fonts.css

frm_fonts.css in Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More 6.32.1, at css/frm_fonts.css

120 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* dashboard icon */
2 .frm_insert_form svg {
3 vertical-align: text-top;
4 }
5
6 .wp-media-buttons-icon.dashicons-feedback {
7 vertical-align: text-bottom !important;
8 }
9
10 .wp-media-buttons-icon.dashicons-feedback::before {
11 content: "\f175" !important;
12 }
13
14 .frm_inactive_menu {
15 opacity: 0.5;
16 }
17
18 /* media box button */
19 .wp-media-buttons .button.frm_insert_form {
20 padding-left: 5px;
21 }
22
23 /* Upgrade notice */
24 #frm_install_message {
25 padding: 7px;
26 }
27
28 .frm_deauthorize_link .spinner {
29 display: inline-block;
30 margin-top: 0;
31 float: none;
32 }
33
34 .frm_plugin_updating {
35 line-height: 24px;
36 }
37
38 .frm_plugin_updating .frm_spinner {
39 float: left;
40 display: block;
41 visibility: visible;
42 }
43
44 .frm_hidden,
45 input.frm_hidden {
46 display: none;
47 }
48
49 /* Admin Bar */
50 #wpadminbar #wp-admin-bar-frm-forms > .ab-item .ab-icon::before {
51 content: "";
52 background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OTkuNjggNjAxLjM3IiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiPgoJCTxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yODkuNiAzODRoMTQwdjc2aC0xNDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQwMC4yIDE0N2gtMjAwYy0xNyAwLTMwLjYgMTIuMi0zMC42IDI5LjNWMjE4aDI2MHYtNzF6TTM5Ny45IDI2NEgxNjkuNnYxOTZoNzVWMzQwSDM5OGEzMi4yIDMyLjIgMCAwIDAgMzAuMS0yMS40IDI0LjMgMjQuMyAwIDAgMCAxLjctOC43VjI2NHpNMjk5LjggNjAxLjRBMzAwLjMgMzAwLjMgMCAwIDEgMCAzMDAuN2EyOTkuOCAyOTkuOCAwIDEgMSA1MTEuOSAyMTIuNiAyOTcuNCAyOTcuNCAwIDAgMS0yMTIgODh6bTAtNTYzQTI2MiAyNjIgMCAwIDAgMzguMyAzMDAuN2EyNjEuNiAyNjEuNiAwIDEgMCA0NDYuNS0xODUuNSAyNTkuNSAyNTkuNSAwIDAgMC0xODUtNzYuOHoiLz4KCQkJPC9zdmc+") !important;
53 width: 18px;
54 height: 18px;
55 margin-top: 3px;
56 float: left;
57 opacity: 0.8;
58 }
59
60 /* Popup shortcode builder */
61 #frm_insert_form_content {
62 margin: 20px;
63 }
64
65 #frm_popup_content .spinner {
66 float: left;
67 position: absolute;
68 top: 16px;
69 left: 300px;
70 }
71
72 #frm_popup_content .media-frame .attachments-browser {
73 overflow: scroll;
74 }
75
76 #frm_popup_content .howto {
77 display: block;
78 }
79
80 #frm_popup_content .media-menu .active .howto,
81 .media-menu .active:hover .howto {
82 font-weight: 400;
83 }
84
85 #frm_shortcode_options {
86 padding: 16px;
87 }
88
89 #frm_shortcode_options .frm_left_label {
90 float: left;
91 width: 200px;
92 }
93
94 #frm_shortcode_options.media-embed .setting span {
95 float: left;
96 }
97
98 #frm_shortcode_options h4 {
99 margin: 3px 0 0;
100 }
101
102 #frm_popup_content .media-toolbar-primary {
103 width: 33% !important;
104 }
105
106 #frm_popup_content .media-toolbar-secondary {
107 width: 60%;
108 }
109
110 #frm_complete_shortcode {
111 margin-top: 15px;
112 width: 100%;
113 }
114
115 .frm_box_line {
116 border-bottom: 1px solid #ddd;
117 display: block;
118 margin: 15px 0 0;
119 }
120