Changeset 2578740
- Timestamp:
- 08/05/2021 12:16:09 PM (5 years ago)
- Location:
- popup-builder
- Files:
-
- 2 edited
-
tags/4.0/public/js/sgpbDetect.js (modified) (1 diff)
-
trunk/public/js/sgpbDetect.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
popup-builder/tags/4.0/public/js/sgpbDetect.js
r2578675 r2578740 101 101 css += '.sgpb.sgpb-modal-detection .sgpb-modal-body a, .sgpb.sgpb-modal-detection .sgpb-modal-body .sgpb-plugins-list .sgpb-update-plugin {font-weight: normal; font-size: 17px; color: #2873EB;}'; 102 102 css += '.sgpb.sgpb-modal-detection .sgpb-modal-body p{font-size: 20px;margin: 0;}'; 103 css += '.sgpb.sgpb-modal-detection .sgpb-plugins-list-auto-update {max-width: 60%; margin: 0 auto;}';103 css += '.sgpb.sgpb-modal-detection .sgpb-plugins-list-auto-update {max-width: 70%; margin: 0 auto;}'; 104 104 css += '.sgpb.sgpb-modal-detection .sgpb-modal-body p.sgpb-modal-footer-message{font-size: 15px;}'; 105 105 css += '.sgpb-plugins-list {display: flex; flex-direction: column;} .sgpb-update-plugin { display: inline-flex;justify-content: space-between;color: #2873eb} .sgpb-update-plugin:after { content: "";font: normal 20px/1 dashicons;display: block;}.sgpb-update-plugin-success{color:#00ae5d}.sgpb-update-plugin-success:after { content: "\\f147";}.sgpb-update-plugin-failed{color:#c00}.sgpb-update-plugin-failed:after { content: "\\f534";}.sgpb-update-plugin-progress:after { content: "\\f463";}.sgpb-update-plugin-progress.updating:after{animation: sgpbRotation 2s infinite linear;}@keyframes sgpbRotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg);}}'; -
popup-builder/trunk/public/js/sgpbDetect.js
r2578665 r2578740 101 101 css += '.sgpb.sgpb-modal-detection .sgpb-modal-body a, .sgpb.sgpb-modal-detection .sgpb-modal-body .sgpb-plugins-list .sgpb-update-plugin {font-weight: normal; font-size: 17px; color: #2873EB;}'; 102 102 css += '.sgpb.sgpb-modal-detection .sgpb-modal-body p{font-size: 20px;margin: 0;}'; 103 css += '.sgpb.sgpb-modal-detection .sgpb-plugins-list-auto-update {max-width: 60%; margin: 0 auto;}';103 css += '.sgpb.sgpb-modal-detection .sgpb-plugins-list-auto-update {max-width: 70%; margin: 0 auto;}'; 104 104 css += '.sgpb.sgpb-modal-detection .sgpb-modal-body p.sgpb-modal-footer-message{font-size: 15px;}'; 105 105 css += '.sgpb-plugins-list {display: flex; flex-direction: column;} .sgpb-update-plugin { display: inline-flex;justify-content: space-between;color: #2873eb} .sgpb-update-plugin:after { content: "";font: normal 20px/1 dashicons;display: block;}.sgpb-update-plugin-success{color:#00ae5d}.sgpb-update-plugin-success:after { content: "\\f147";}.sgpb-update-plugin-failed{color:#c00}.sgpb-update-plugin-failed:after { content: "\\f534";}.sgpb-update-plugin-progress:after { content: "\\f463";}.sgpb-update-plugin-progress.updating:after{animation: sgpbRotation 2s infinite linear;}@keyframes sgpbRotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg);}}';
Note: See TracChangeset
for help on using the changeset viewer.