| 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;
|
| +}
|
|
|