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

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

Issue 693393004: Add error indicators to always-on andno-dsp hotword checkboxes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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/options/hotword_search_setting_indicator.css
diff --git a/chrome/browser/resources/options/hotword_search_setting_indicator.css b/chrome/browser/resources/options/hotword_search_setting_indicator.css
index 1abdeb6a0763830d35719e1d4ed038b857045922..b418fc8be0a1503daba3162b65775601b0196b64 100644
--- a/chrome/browser/resources/options/hotword_search_setting_indicator.css
+++ b/chrome/browser/resources/options/hotword_search_setting_indicator.css
@@ -4,7 +4,9 @@
/* Hotword extension-specific controlled setting indicator and bubble. */
-#hotword-search-setting-indicator > div {
+#hotword-search-setting-indicator > div,
+#hotword-always-on-search-setting-indicator > div,
+#hotword-no-dsp-search-setting-indicator > div {
background: url('chrome://theme/IDR_WARNING') left top no-repeat;
Dan Beam 2014/11/04 18:24:27 nit: url(chrome://theme/IDR_WARNING) (no quotes re
kcarattini 2014/11/04 22:43:34 Done.
background-size: 18px;
}
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698