summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/css/jetpack-admin-rtl.css')
-rw-r--r--plugins/jetpack/css/jetpack-admin-rtl.css38
1 files changed, 5 insertions, 33 deletions
diff --git a/plugins/jetpack/css/jetpack-admin-rtl.css b/plugins/jetpack/css/jetpack-admin-rtl.css
index 7ed437a3..d67254b1 100644
--- a/plugins/jetpack/css/jetpack-admin-rtl.css
+++ b/plugins/jetpack/css/jetpack-admin-rtl.css
@@ -70,41 +70,18 @@
}
}
-@-webkit-keyframes "candy" {
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 20% {
- -webkit-transform: scale(1.15);
- transform: scale(1.15);
- }
- 60% {
- -webkit-transform: scale(0.95);
- transform: scale(0.95);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
-}
-
@keyframes "candy" {
0% {
- -webkit-transform: scale(1);
- transform: scale(1);
+ transform: scale(1);
}
20% {
- -webkit-transform: scale(1.15);
- transform: scale(1.15);
+ transform: scale(1.15);
}
60% {
- -webkit-transform: scale(0.95);
- transform: scale(0.95);
+ transform: scale(0.95);
}
100% {
- -webkit-transform: scale(1);
- transform: scale(1);
+ transform: scale(1);
}
}
@@ -774,8 +751,7 @@
}
.footer .a8c-attribution a:hover:after {
- -webkit-animation: candy .4s ease-in-out;
- animation: candy .4s ease-in-out;
+ animation: candy .4s ease-in-out;
}
@media (min-width: 782px) {
@@ -1097,10 +1073,6 @@
opacity: 0.3;
}
-.table-bordered.jetpack-modules.with-transparency tr.jetpack-module#vaultpress {
- opacity: 1;
-}
-
.table-bordered.jetpack-modules.with-transparency tr.jetpack-module td .row-actions span a {
opacity: 0;
}