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

Unified Diff: chrome/browser/resources/webui.css

Issue 7202012: Print Preview: Display a throbber when the user requests the system print (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 9 years, 6 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
Index: chrome/browser/resources/webui.css
diff --git a/chrome/browser/resources/webui.css b/chrome/browser/resources/webui.css
index 309a2831280097f737bfdf75881f4af4465dae99..9710bd750064363b7efe5d00279fa8963349a427 100644
--- a/chrome/browser/resources/webui.css
+++ b/chrome/browser/resources/webui.css
@@ -41,3 +41,19 @@ html[dir='rtl'] .form {
.footer {
height: 24px;
}
+
+/* TODO(jhawkins): Refactor button styling and remove !important here. This is
+ * currently necessary because individual page button element selectors have
+ * higher specificity.
+ */
+.link-button,
+.link-button:active,
+.link-button:focus,
+.link-button:hover {
+ -webkit-box-shadow: none !important;
+ background: transparent none !important;
+ border: none !important;
+ color: blue;
+ cursor: pointer;
+ text-decoration: underline;
+}
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.js ('k') | chrome/browser/ui/webui/print_preview_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698