summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/about_page.css
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 06:22:25 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 06:22:25 +0000
commit0766be5b872ca6e416338639eaae68eb4c42d36d (patch)
tree42135933aad2966c463e4dd2c2a7be5cd4a9964d /chrome/browser/resources/options/about_page.css
parent0e4dcafd7ef96ac39685301883b0626335e996df (diff)
downloadchromium_src-0766be5b872ca6e416338639eaae68eb4c42d36d.zip
chromium_src-0766be5b872ca6e416338639eaae68eb4c42d36d.tar.gz
chromium_src-0766be5b872ca6e416338639eaae68eb4c42d36d.tar.bz2
Fix the release channel switching UI for Chrome OS.
Remove "canary" as it's not yet supported as of now. Add warning text on the channel swtiching UI. BUG=chromium-os:9597 TEST=confirmed that the canary is gone and the warning text appears. Review URL: http://codereview.chromium.org/5256003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67228 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/options/about_page.css')
-rw-r--r--chrome/browser/resources/options/about_page.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/about_page.css b/chrome/browser/resources/options/about_page.css
index b0148dd..ebd170a 100644
--- a/chrome/browser/resources/options/about_page.css
+++ b/chrome/browser/resources/options/about_page.css
@@ -23,3 +23,8 @@
.update-icon.up-to-date {
background-image: url('../../../app/theme/update_uptodate.png');
}
+
+#channel-warning {
+ color: red;
+ font-weight: bold;
+}