Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2498)

Unified Diff: chrome/browser/resources/ntp/apps.css

Issue 3236001: Add the collapsed 'miniview' to the apps and most visisted sections. (Closed)
Patch Set: more unnecessary changes Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/ntp/apps.css
diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css
index 3acaedd067c71a22b76b9b61f1924bd139f1340a..53980440dff48732bdc5e96c59d5f1532aac4716 100644
--- a/chrome/browser/resources/ntp/apps.css
+++ b/chrome/browser/resources/ntp/apps.css
@@ -65,7 +65,7 @@
.app > .front > .flip:hover {
-webkit-transition: none;
- background-image: url(chrome://theme/IDR_BALLOON_WRENCH_HOVER);
+ background-image: url(chrome://theme/IDR_BALLOON_WRENCH_H);
}
.app:hover > .front > .flip,
@@ -122,7 +122,7 @@
-webkit-transition: opacity .5s;
}
-#web-store-entry {
+a[app_id=web-store-entry] {
background-image: url("web_store_icon.png");
}

Powered by Google App Engine
This is Rietveld 408576698