PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / 4.1.19
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript v4.1.19
4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 All 173 releases
← All changes | admin/css/style.css +12 -16 4.1.154.1.19 View file →
@@ -218,9 +218,8 @@
218 218 font-size: 15px;
219 219 font-style: normal;
220 220 display: block;
221 221 line-height: normal;
222 - width: -moz-fit-content;
223 222 width: fit-content;
224 223 margin-bottom: 5px;
225 224 border: 1px solid #dbe9fe;
226 225 box-shadow: 0px 0px 7px -6px #000;
@@ -239,11 +238,11 @@
239 238 font-size: 15px;
240 239 font-style: normal;
241 240 font-weight: 600;
242 241 line-height: normal;
243 - width: -moz-fit-content;
244 242 width: fit-content;
245 243 -webkit-user-select: none;
244 + -khtml-user-select: none;
246 245 -moz-user-select: none;
247 246 -o-user-select: none;
248 247 user-select: none;
249 248 }
@@ -789,9 +788,9 @@
789 788 }
790 789 #berqwp-intro .inner input[type=email],
791 790 #berqwp-intro .inner input[type=password] {
792 791 background-color: #fff;
793 - padding: 10px 13px;
792 + padding: 11px 15px;
794 793 border: 1px solid #dad2ff;
795 794 border-radius: 8px;
796 795 font-size: 14px;
797 796 line-height: 1;
@@ -797,9 +796,9 @@
797 796 line-height: 1;
798 797 }
799 798 #berqwp-intro .inner button[type=submit] {
800 799 background-color: #1f71ff;
801 - padding: 10px 13px;
800 + padding: 12px 16px;
802 801 border: 1px solid #1f71ff;
803 802 border-radius: 8px;
804 803 font-size: 14px;
805 804 cursor: pointer;
@@ -869,11 +868,8 @@
869 868 background: #fff;
870 869 border: 1px solid #d7d7d7;
871 870 width: 280px;
872 871 }
873 -#berqwp-intro form.license-verification input[type=password]::-moz-placeholder {
874 - color: #928e8e;
875 -}
876 872 #berqwp-intro form.license-verification input[type=password]::placeholder {
877 873 color: #928e8e;
878 874 }
879 875 #berqwp-intro form.license-verification input[type=submit] {
@@ -908,11 +904,12 @@
908 904 background: #1f71ff;
909 905 border-radius: 9px;
910 906 display: flex;
911 907 align-items: center;
912 - gap: 7px;
908 + gap: 4px;
913 909 color: #fff;
914 910 padding: 12px 20px;
911 + padding-left: 17px;
915 912 font-size: 15px;
916 913 text-decoration: none;
917 914 }
918 915 #berqwp-intro .cta-btns a.btn:hover {
@@ -918,15 +915,14 @@
918 915 #berqwp-intro .cta-btns a.btn:hover {
919 916 background-color: #2067e3;
920 917 }
921 918 #berqwp-intro .cta-btns a.btn.secondary {
922 - background: #edeef1;
919 + background: #fff;
923 920 color: #222;
921 + border: 1px solid #dad2ff;
922 + padding: 11px 19px;
923 + padding-left: 17px;
924 924 }
925 -#berqwp-intro .cta-btns a.btn.secondary:hover {
926 - background-color: #e0e1e5;
927 -}
928 -
929 925 p.below-settings-panel {
930 926 text-align: center;
931 927 font-size: 16px;
932 928 color: #465774;
@@ -1040,9 +1036,8 @@
1040 1036 color: #fff;
1041 1037 font-size: 14px;
1042 1038 border-radius: 50px;
1043 1039 line-height: 1;
1044 - width: -moz-fit-content;
1045 1040 width: fit-content;
1046 1041 white-space: nowrap;
1047 1042 }
1048 1043 span.bwp-cache-tag.part-completed {
@@ -1085,9 +1080,8 @@
1085 1080 }
1086 1081
1087 1082 .berqwp-cf-connected {
1088 1083 background-color: #c4ffc4;
1089 - width: -moz-fit-content;
1090 1084 width: fit-content;
1091 1085 padding: 10px 20px;
1092 1086 margin-top: 15px;
1093 1087 border-radius: 10px;
@@ -1490,5 +1484,7 @@
1490 1484 padding: 6px 10px;
1491 1485 border: 1px solid #dbe9fe;
1492 1486 border-radius: 5px;
1493 1487 color: #0c2d66;
1494 -}/*# sourceMappingURL=style.css.map */
1488 +}
1489 +
1490 +/*# sourceMappingURL=style.css.map */