| 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 7676f0202a9155f260a2be992ab069baad3bb769..c199d227fc77b8a9f94526f3e01073d26dfff5d4 100644
|
| --- a/chrome/browser/resources/chromeos/login/header_bar.css
|
| +++ b/chrome/browser/resources/chromeos/login/header_bar.css
|
| @@ -65,6 +65,22 @@ html[screen=oobe] .login-header-bar-animate-slow {
|
| height: 34px;
|
| }
|
|
|
| +.add-supervised-user-menu {
|
| + display: none;
|
| +}
|
| +
|
| +#more-settings-header-bar-item.active .add-supervised-user-menu {
|
| + background-color: white;
|
| + border: 1px solid lightgray;
|
| + border-radius: 2px;
|
| + bottom: 15px;
|
| + display: block;
|
| + font-size: 13px;
|
| + left: 15px;
|
| + position: absolute;
|
| + width: 220px;
|
| +}
|
| +
|
| html[dir=rtl] .header-bar-item {
|
| background-position: right center;
|
| }
|
| @@ -73,6 +89,7 @@ html[dir=rtl] .header-bar-item {
|
| #login-header-bar #restart-button,
|
| #login-header-bar #add-user-button,
|
| #login-header-bar #guest-user-button,
|
| +#login-header-bar #more-settings-button,
|
| #login-header-bar #cancel-multiple-sign-in-button {
|
| -webkit-padding-start: 24px;
|
| background-position: left center;
|
| @@ -83,11 +100,16 @@ 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 #more-settings-button,
|
| html[dir=rtl] #login-header-bar #guest-user-button,
|
| html[dir=rtl] #login-header-bar #cancel-multiple-sign-in-button {
|
| background-position: right center;
|
| }
|
|
|
| +#login-header-bar #more-settings-header-bar-item {
|
| + position: relative;
|
| +}
|
| +
|
| #login-header-bar #shutdown-button {
|
| background-image: url(chrome://theme/IDR_ICON_POWER_WHITE);
|
| }
|
| @@ -100,6 +122,10 @@ html[dir=rtl] #login-header-bar #cancel-multiple-sign-in-button {
|
| background-image: url(chrome://theme/IDR_ICON_ADD_USER_WHITE);
|
| }
|
|
|
| +#login-header-bar #more-settings-button {
|
| + background-image: url(chrome://theme/IDR_ICON_MORE_VERT_WHITE);
|
| +}
|
| +
|
| #login-header-bar #guest-user-button {
|
| background-image: url(chrome://theme/IDR_ICON_GUEST_WHITE);
|
| }
|
|
|