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

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

Issue 9264028: [ChromeOS] Fix missing close icon in login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/user_pod_row.css
diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
index e8ae362b36d85650634fa66640d5a957a52f49dc..cfcdbad3d77f64b24f8d15b85f7de927b0b4eb71 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.css
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
@@ -182,7 +182,7 @@ html[dir=rtl] .pod .capslock-hint {
.remove-user-button {
-webkit-transition: width 100ms ease-in-out, background 200ms ease-in-out;
-webkit-box-shadow: none;
- background: url('chrome://theme/IDR_CLOSE_BAR') center center no-repeat;
+ background: url('../../../../../ui/resources/close_bar.png') center center no-repeat;
border: 0;
height: 16px;
margin: 0;
@@ -196,7 +196,7 @@ html[dir=rtl] .pod .capslock-hint {
.remove-user-button:hover {
-webkit-box-shadow: none;
- background: url('chrome://theme/IDR_CLOSE_BAR_H') center center no-repeat;
+ background: url('../../../../../ui/resources/close_bar_h.png') center center no-repeat;
}
.remove-user-button.active {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698