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

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

Issue 6393002: Fix major layout breakage in the language selection overlay on Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor cleanup Created 9 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 | « chrome/browser/resources/options/language_options.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 8f3588e7edba47aa7847fdbb39cc16c3f6b530c3..4fd4a86bb0e6b73ae7ffd665aff9893b21b0d177 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -362,8 +362,12 @@ label.radio {
-webkit-appearance: slider-horizontal;
}
-.link-button {
- background-color: transparent;
+.link-button,
+.link-button:active,
+.link-button:focus,
+.link-button:hover {
+ -webkit-box-shadow: none;
+ background: transparent none;
kochi 2011/01/25 07:24:56 background: transparent; background-image: none;
satorux1 2011/01/25 07:35:43 "backgrond: foo bar" is a shorthand. Just made it
kochi 2011/01/25 07:39:51 I see, thanks for the explanation. I learn some n
border: none;
color: blue;
cursor: pointer;
« no previous file with comments | « chrome/browser/resources/options/language_options.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698