| 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;} |