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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css

Issue 1133733003: Unified icon-buttons used in the new GAIA flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased onto ToT. Created 5 years, 7 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
Index: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css
index 36cf3d68d78a7e57c3edf556d18028c2f678512a..02733dd517a936dd92d51fada7b7413cfae18049 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css
@@ -122,8 +122,14 @@
margin: 0 auto;
}
+#oauth-enroll-cancel-button,
+#oauth-enroll-back-button {
+ position: absolute;
+ top: 10px;
+}
+
#oauth-enroll-cancel-button {
- background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON_ON_WHITE);
+ color: rgba(0, 0, 0, .54);
right: 10px;
}
@@ -132,13 +138,17 @@ html[dir=rtl] #oauth-enroll-cancel-button {
right: auto;
}
+#oauth-enrollment.saml #oauth-enroll-cancel-button {
+ color: rgba(0, 0, 0, .54);
+}
+
.oauth-enroll-state-signin #oauth-enroll-cancel-button,
.oauth-enroll-state-working #oauth-enroll-cancel-button {
- background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON);
+ color: white;
}
#oauth-enroll-back-button {
- background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON);
+ color: white;
left: 10px;
}

Powered by Google App Engine
This is Rietveld 408576698