PluginProbe
Boxzilla – WordPress Popup Builder / 3.4.0
Boxzilla – WordPress Popup Builder v3.4.0
3.4.11 3.4.10 3.4.9 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 trunk 3.0 3.0.1 3.0.2 3.0.3 3.1 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 All 72 releases
← All changes | assets/css/styles.css +1 -38 trunk3.4.0 View file →
@@ -70,8 +70,9 @@
70 70 top: 0;
71 71 text-align: center;
72 72 padding: 6px;
73 73 cursor: pointer;
74 + -webkit-appearance: none;
74 75 font-size: 28px;
75 76 font-weight: bold;
76 77 line-height: 20px;
77 78 color: #000;
@@ -80,42 +81,4 @@
80 81
81 82 .boxzilla-close-icon:hover, .boxzilla-close-icon:focus {
82 83 opacity: .8;
83 84 }
84 -
85 -.boxzilla-wobble {
86 - -webkit-animation-duration: 1s;
87 - animation-duration: 1s;
88 - -webkit-animation-fill-mode: both;
89 - animation-fill-mode: both;
90 - animation-name: boxzilla-wobble;
91 -}
92 -
93 -@keyframes boxzilla-wobble {
94 - from {
95 - transform: none;
96 - }
97 -
98 - 15% {
99 - transform: translate3d(-21%, 0, 0) rotate3d(0, 0, 1, -5deg);
100 - }
101 -
102 - 30% {
103 - transform: translate3d(18%, 0, 0) rotate3d(0, 0, 1, 3deg);
104 - }
105 -
106 - 45% {
107 - transform: translate3d(-12%, 0, 0) rotate3d(0, 0, 1, -3deg);
108 - }
109 -
110 - 60% {
111 - transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 2deg);
112 - }
113 -
114 - 75% {
115 - transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -1deg);
116 - }
117 -
118 - to {
119 - transform: none;
120 - }
121 -}