PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.11.2
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.11.2
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.11.2, at css/frm_fonts.css

65 lines 2.3 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:.5;
16 }
17
18 /* media box button */
19 .wp-media-buttons .button.frm_insert_form{padding-left:5px;}
20
21 /* Upgrade notice */
22 #frm_install_message{padding:7px;}
23 .frm_deauthorize_link .spinner{
24 display:inline-block;
25 margin-top:0;
26 float:none;
27 }
28 .frm_plugin_updating{line-height:24px;}
29 .frm_plugin_updating .frm_spinner{float:left;display:block;visibility:visible;}
30
31 .frm_hidden, input.frm_hidden{display:none;}
32
33 /* Admin Bar */
34 #wpadminbar #wp-admin-bar-frm-forms > .ab-item .ab-icon:before{
35 content:'';
36 background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OTkuNjggNjAxLjM3IiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiPgoJCTxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yODkuNiAzODRoMTQwdjc2aC0xNDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQwMC4yIDE0N2gtMjAwYy0xNyAwLTMwLjYgMTIuMi0zMC42IDI5LjNWMjE4aDI2MHYtNzF6TTM5Ny45IDI2NEgxNjkuNnYxOTZoNzVWMzQwSDM5OGEzMi4yIDMyLjIgMCAwIDAgMzAuMS0yMS40IDI0LjMgMjQuMyAwIDAgMCAxLjctOC43VjI2NHpNMjk5LjggNjAxLjRBMzAwLjMgMzAwLjMgMCAwIDEgMCAzMDAuN2EyOTkuOCAyOTkuOCAwIDEgMSA1MTEuOSAyMTIuNiAyOTcuNCAyOTcuNCAwIDAgMS0yMTIgODh6bTAtNTYzQTI2MiAyNjIgMCAwIDAgMzguMyAzMDAuN2EyNjEuNiAyNjEuNiAwIDEgMCA0NDYuNS0xODUuNSAyNTkuNSAyNTkuNSAwIDAgMC0xODUtNzYuOHoiLz4KCQkJPC9zdmc+") !important;
37 width:18px;
38 height:18px;
39 margin-top:3px;
40 float:left;
41 opacity:.8;
42 }
43
44 /* Popup shortcode builder */
45 #frm_insert_form_content{margin:20px;}
46 #frm_popup_content .spinner{
47 float: left;
48 position: absolute;
49 top: 16px;
50 left: 300px;
51 }
52 #frm_popup_content .media-frame .attachments-browser{overflow:scroll;}
53 #frm_popup_content .howto{display:block;}
54 #frm_popup_content .media-menu .active .howto, .media-menu .active:hover .howto{font-weight:normal;}
55 #frm_shortcode_options{padding:16px;}
56 #frm_shortcode_options .frm_left_label{
57 float:left;
58 width:200px;
59 }
60 #frm_shortcode_options.media-embed .setting span{float:left;}
61 #frm_shortcode_options h4{margin:3px 0 0;}
62 #frm_popup_content .media-toolbar-primary{width:33% !important;}
63 #frm_popup_content .media-toolbar-secondary{width:60%;}
64 #frm_complete_shortcode{margin-top:15px;width:100%;}
65 .frm_box_line{border-bottom:1px solid #ddd;display:block;margin:15px 0 0;}