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

Unified Diff: chrome/browser/resources/shared/css/button.css

Issue 9564036: [uber] disabled .link-button css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | chrome/browser/resources/shared/css/chrome_shared2.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/button.css
diff --git a/chrome/browser/resources/shared/css/button.css b/chrome/browser/resources/shared/css/button.css
index c144d91a37c65604e509facf050ff59d325700ef..b062d8ca066716e426d93bf451ca63a6c6c4b7f5 100644
--- a/chrome/browser/resources/shared/css/button.css
+++ b/chrome/browser/resources/shared/css/button.css
@@ -73,8 +73,7 @@ input[type='search']:not(.custom-appearance):not(.link-button):focus {
outline-color: rgb(64, 128, 250);
}
-.link-button,
-.link-button:focus {
+.link-button {
-webkit-box-shadow: none;
background: transparent none;
border: none;
@@ -95,3 +94,9 @@ input[type='search']:not(.custom-appearance):not(.link-button):focus {
color: rgb(5, 37, 119);
text-decoration: underline;
}
+
+.link-button[disabled] {
+ color: #888;
+ cursor: default;
+ text-decoration: none;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/shared/css/chrome_shared2.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698