| Index: chrome/browser/resources/user_manager/user_manager_tutorial.css
|
| diff --git a/chrome/browser/resources/user_manager/user_manager_tutorial.css b/chrome/browser/resources/user_manager/user_manager_tutorial.css
|
| index 248e092e4a9261650c940ffc01ef11dadcc4cc67..642ac92897417eb54829e5758aadd414f6b9ea03 100644
|
| --- a/chrome/browser/resources/user_manager/user_manager_tutorial.css
|
| +++ b/chrome/browser/resources/user_manager/user_manager_tutorial.css
|
| @@ -177,3 +177,17 @@ html[dir=rtl] #slide-guests .arrow-down {
|
| background-image: url(
|
| 'chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_COMPLETE');
|
| }
|
| +
|
| +#slide-not-you #dismiss-bubble-button {
|
| + background-image: url('chrome://theme/IDR_CLOSE_1');
|
| + cursor: pointer;
|
| + height: 16px;
|
| + position: absolute;
|
| + right: 5px;
|
| + top: 5px;
|
| + width: 16px;
|
| +}
|
| +
|
| +html[dir=rtl] #slide-not-you #dismiss-bubble-button {
|
| + left: 5px;
|
| +}
|
|
|