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

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

Issue 1097053008: Hand cursor on hover close & back buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also for oauth webview buttons Created 5 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_gaia_signin.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 18b1235f51266925f8fbe64a29dd8c99ad295a25..de07cb935204ed891a0410101c4f70d289b19f7c 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
@@ -158,6 +158,10 @@ html[dir=rtl] #oauth-enroll-cancel-button {
background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON_ON_WHITE);
}
+#oauth-enroll-cancel-button:hover {
+ cursor: pointer;
+}
+
#oauth-enroll-back-button {
background: transparent none;
background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON);
@@ -181,6 +185,10 @@ html[dir=rtl] #oauth-enroll-back-button {
display: none;
}
+#oauth-enroll-back-button:hover {
+ cursor: pointer;
+}
+
.oauth-enroll-textbox {
display: inline-block;
position: relative;
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_gaia_signin.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698