update
This commit is contained in:
1
wp-content/plugins/password-protect-page/admin/css/dist/ppw-setting.css
vendored
Normal file
1
wp-content/plugins/password-protect-page/admin/css/dist/ppw-setting.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
wp-content/plugins/password-protect-page/admin/css/dist/ppw-setting.js
vendored
Normal file
1
wp-content/plugins/password-protect-page/admin/css/dist/ppw-setting.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){}]);
|
||||
1
wp-content/plugins/password-protect-page/admin/css/lib/select2.min.css
vendored
Normal file
1
wp-content/plugins/password-protect-page/admin/css/lib/select2.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
wp-content/plugins/password-protect-page/admin/css/lib/toastr.min.css
vendored
Normal file
6
wp-content/plugins/password-protect-page/admin/css/lib/toastr.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
Hide feature set password default in WP
|
||||
*/
|
||||
.editor-post-visibility__dialog-fieldset .editor-post-visibility__choice:nth-child(4), #the-list .inline-edit-col-left .inline-edit-group.wp-clearfix .alignleft:not(.inline-edit-private), #visibility-radio-password, label[for=visibility-radio-password], #post-visibility-select br:nth-child(8), #post-visibility-select br:nth-child(10) {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
/* PPWP Sidebar Css */
|
||||
|
||||
.ppwp_setting_page {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.ppwp_setting_page .ppwp_wrap_subscribe_form {
|
||||
margin-left: 3%;
|
||||
width: 27%;
|
||||
}
|
||||
|
||||
.ppwp_wrap_al img {
|
||||
width: 100%;
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
.ppwp_wrap_al h3 {
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.ppwp_wrap_subscribe_form .ppwp_subscribe_hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ppwp_subscribe_form {
|
||||
background-color: white;
|
||||
padding: 0 20px 20px 20px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #CCC;
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
.ppwp_subscribe_form .input_email {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ppwp_subscribe_form .ppwp_subscribe_error {
|
||||
color: red;
|
||||
margin-top: 3px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Dynamic Sideabr*/
|
||||
#ppwp_right_column_metaboxes .main_container {
|
||||
background-color: white;
|
||||
padding: 20px 20px 20px 20px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #CCC;
|
||||
border-radius: 0 0 10px 10px;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9dee0',GradientType=0 );
|
||||
}
|
||||
|
||||
#ppwp_right_column_metaboxes img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#ppwp_right_column_metaboxes ul {
|
||||
list-style: inherit;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
#ppwp_right_column_metaboxes ul > li > ul {
|
||||
list-style: inside;
|
||||
list-style-type: circle;
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/* PPWP Row Action */
|
||||
|
||||
.ppw-badge-protection {
|
||||
padding: 0.1rem 0.4rem;
|
||||
color: white;
|
||||
display: inline-block;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.ppw-badge-protection i.dashicons {
|
||||
font-size: 14px;
|
||||
margin-left: -2px;
|
||||
line-height: 18px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.ppw_unprotected_color {
|
||||
background-color: #D6D6D6;
|
||||
}
|
||||
|
||||
.ppw_protected_color {
|
||||
background-color: #ff8935;
|
||||
}
|
||||
Reference in New Issue
Block a user