Index: chrome/browser/resources/ntp/apps.css |
diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css |
index 53980440dff48732bdc5e96c59d5f1532aac4716..1527d9bd57c1ef3e5256c3b390bcaebdc83fab26 100644 |
--- a/chrome/browser/resources/ntp/apps.css |
+++ b/chrome/browser/resources/ntp/apps.css |
@@ -1,7 +1,7 @@ |
/* Apps */ |
-#apps-section .app, |
-#apps-section .app[new=installed] { |
+.app, |
+.app[new=installed] { |
-webkit-box-sizing: border-box; |
-webkit-perspective: 400; |
border-radius: 10px; |
@@ -113,11 +113,11 @@ |
} |
} |
-#apps-section .app[new=new] { |
+.app[new=new] { |
opacity: 0; |
} |
-#apps-section .app[new=installed] { |
+.app[new=installed] { |
-webkit-animation: bounce .5s ease-in-out; |
-webkit-transition: opacity .5s; |
} |