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

Unified Diff: chrome/browser/resources/ntp4/bookmarks_page.css

Issue 7749029: [ntp4] User interface adjustments to NTP4's bookmarks page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/ntp/bookmarks_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/bookmarks_page.css
===================================================================
--- chrome/browser/resources/ntp4/bookmarks_page.css (revision 98327)
+++ chrome/browser/resources/ntp4/bookmarks_page.css (working copy)
@@ -40,14 +40,13 @@
}
.bookmark .favicon {
- background: no-repeat 50% 50%;
- background-size: 32px;
+ background: no-repeat 5% 90%;
}
.bookmark .color-stripe {
border-bottom-left-radius: 3px 3px;
border-bottom-right-radius: 3px 3px;
- bottom: 23px;
+ bottom: 33px;
height: 3px;
opacity: 0.5;
position: absolute;
@@ -61,14 +60,16 @@
height: 23px;
line-height: 23px;
overflow: hidden;
+ padding-top: 10px;
text-align: center;
+ text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.bookmark .button {
cursor: pointer;
- background-color: rgba(0, 0, 0, 0.2);
+ background-color: rgba(0, 0, 0, 0.15);
border: 1px solid transparent;
border-radius: 5px;
bottom: 70px;
@@ -79,15 +80,18 @@
}
.bookmark:hover .button {
- background-color: rgba(0, 0, 0, 0.4);
+ background-color: rgba(0, 0, 0, 0.3);
}
.bookmark .button-frame {
- background: -webkit-gradient(radial, 50% 25%, 0, 50% 50%, 80, from(#fff),
- color-stop(0.68, #f5f5f5), to(#e5e5e5));
+ background-color: #fff;
border-radius: 5px;
}
+.bookmark:hover .button-frame {
+ background-color: #f7f7f7;
+}
+
/* The bookmark gets a shadow when clicked, but not when the click is on the
* close button. */
.bookmark:active .close-button:not(:active) + .button-frame {
« no previous file with comments | « no previous file | chrome/browser/ui/webui/ntp/bookmarks_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698