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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 1754473002: MD Settings: create a global "action button" style (blue, flat) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: action-button Created 4 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 | « chrome/browser/resources/settings/settings_dialog_css.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index b39dc83041ccb70375f44afbef72305fad1d08f2..1d456c9c05c90bcb4fb4aa54c6cf567af34a92d5 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -108,6 +108,16 @@
text-align: end;
}
+ .action-button {
+ background: var(--google-blue-500);
+ color: white;
+ font-weight: 500;
+ }
+
+ .action-button[disabled] {
+ opacity: .25; /* TODO(dbeam): check this value with bettes. */
+ }
+
.list-frame {
@apply(--layout-center);
-webkit-padding-end: 20px;
« no previous file with comments | « chrome/browser/resources/settings/settings_dialog_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698