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

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

Issue 8043004: Disable bookmark pane in ntp4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update updateSliderCards Created 9 years, 3 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/resources/ntp4/new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab.css
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
index 4499a37819d5fdbe41ebd7f08e0306bd6e4cfcd0..bcf445b3b3745f3b75859ea4cc53cf2c6aba7699 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -224,3 +224,13 @@ html[dir='rtl'] #attribution {
.page-switcher.drag-target {
background-color: rgba(0, 0, 0, 0.2);
}
+
+html[dir=ltr] #page-switcher-start,
+html[dir=rtl] #page-switcher-end {
+ border-top-right-radius: 10px;
+}
+
+html[dir=rtl] #page-switcher-start,
+html[dir=ltr] #page-switcher-end {
+ border-top-left-radius: 10px;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698