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

Unified Diff: chrome/browser/resources/options/reset_profile_settings_overlay.css

Issue 1228163005: Update some webui question mark icons to SVG. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 years, 5 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 | « chrome/browser/resources/about_memory_mac.html ('k') | ui/webui/resources/images/help.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/reset_profile_settings_overlay.css
diff --git a/chrome/browser/resources/options/reset_profile_settings_overlay.css b/chrome/browser/resources/options/reset_profile_settings_overlay.css
index 62ceed961d74e9c48d8456e56dfb55456220db53..c20f8220edfbf735e6001a89d4d9a33e289a0129 100644
--- a/chrome/browser/resources/options/reset_profile_settings_overlay.css
+++ b/chrome/browser/resources/options/reset_profile_settings_overlay.css
@@ -47,12 +47,16 @@
white-space: pre-line;
}
+#feedback-bar span {
+ vertical-align: middle;
+}
+
#expand-feedback {
- background: url(chrome://theme/IDR_QUESTION_MARK) no-repeat center;
+ -webkit-mask-box-image: url(../../../../ui/webui/resources/images/help.svg);
+ background-color: #828282;
display: inline-block;
height: 14px;
opacity: 0.33;
- vertical-align: bottom;
width: 14px;
}
« no previous file with comments | « chrome/browser/resources/about_memory_mac.html ('k') | ui/webui/resources/images/help.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698