| Index: chrome/browser/resources/chromeos/login/header_bar.css
|
| diff --git a/chrome/browser/resources/chromeos/login/header_bar.css b/chrome/browser/resources/chromeos/login/header_bar.css
|
| index 05bdefada52be8e1a98affa04457c130edf2752e..7676f0202a9155f260a2be992ab069baad3bb769 100644
|
| --- a/chrome/browser/resources/chromeos/login/header_bar.css
|
| +++ b/chrome/browser/resources/chromeos/login/header_bar.css
|
| @@ -4,6 +4,7 @@
|
| */
|
|
|
| #login-header-bar {
|
| + -webkit-padding-start: 15px;
|
| border-bottom: 3px solid black;
|
| bottom: 0;
|
| left: 0;
|
| @@ -36,10 +37,6 @@ html[screen=oobe] .login-header-bar-animate-slow {
|
| -webkit-transition: opacity 2s ease-out;
|
| }
|
|
|
| -.header-bar-item:first-child {
|
| - -webkit-padding-start: 15px;
|
| -}
|
| -
|
| #login-header-bar button,
|
| #login-header-bar button:active,
|
| #login-header-bar button:focus,
|
| @@ -73,6 +70,7 @@ html[dir=rtl] .header-bar-item {
|
| }
|
|
|
| #login-header-bar #shutdown-button,
|
| +#login-header-bar #restart-button,
|
| #login-header-bar #add-user-button,
|
| #login-header-bar #guest-user-button,
|
| #login-header-bar #cancel-multiple-sign-in-button {
|
| @@ -83,6 +81,7 @@ html[dir=rtl] .header-bar-item {
|
| }
|
|
|
| html[dir=rtl] #login-header-bar #shutdown-button,
|
| +html[dir=rtl] #login-header-bar #restart-button,
|
| html[dir=rtl] #login-header-bar #add-user-button,
|
| html[dir=rtl] #login-header-bar #guest-user-button,
|
| html[dir=rtl] #login-header-bar #cancel-multiple-sign-in-button {
|
| @@ -93,6 +92,10 @@ html[dir=rtl] #login-header-bar #cancel-multiple-sign-in-button {
|
| background-image: url(chrome://theme/IDR_ICON_POWER_WHITE);
|
| }
|
|
|
| +#login-header-bar #restart-button {
|
| + background-image: url(chrome://theme/IDR_ICON_POWER_WHITE);
|
| +}
|
| +
|
| #login-header-bar #add-user-button {
|
| background-image: url(chrome://theme/IDR_ICON_ADD_USER_WHITE);
|
| }
|
|
|