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

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

Issue 6386001: dom-ui settings: Tweak 'text-button' css to not conflict with 'button' custom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « 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/options/options_page.css
===================================================================
--- chrome/browser/resources/options/options_page.css (revision 72183)
+++ chrome/browser/resources/options/options_page.css (working copy)
@@ -346,9 +346,14 @@
text-decoration: underline;
}
-.text-button {
- background-color: transparent;
+.text-button,
James Hawkins 2011/01/21 21:08:50 Hmm, need to check out .raw-button and refactor as
+.text-button:active,
+.text-button:focus,
+.text-button:hover {
+ -webkit-box-shadow: none;
+ background: transparent none;
border-color: transparent;
+ color: #000;
}
.settings-list {
« 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