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

Unified Diff: ui/file_manager/file_manager/foreground/css/common.css

Issue 2433263002: Files app: Update color scheme. (Closed)
Patch Set: Files app: Update color scheme. Created 4 years, 2 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: ui/file_manager/file_manager/foreground/css/common.css
diff --git a/ui/file_manager/file_manager/foreground/css/common.css b/ui/file_manager/file_manager/foreground/css/common.css
index ff6d1eee7a2cccf1e36d839597522d274b6fe940..32475ab49fa34d65052e25293112a55da93b88ee 100644
--- a/ui/file_manager/file_manager/foreground/css/common.css
+++ b/ui/file_manager/file_manager/foreground/css/common.css
@@ -144,7 +144,7 @@ cr-menu.chrome-menu > [checked]::before {
}
.cr-dialog-buttons > button.cr-dialog-ok {
- background-color: rgb(33, 150, 243);
+ background-color: rgb(51, 103, 214);
color: white;
}
@@ -153,7 +153,7 @@ cr-menu.chrome-menu > [checked]::before {
}
.cr-dialog-buttons > button.cr-dialog-cancel:hover {
- color: rgb(33, 150, 243);
+ color: rgb(51, 103, 214);
}
.cr-dialog-buttons > button[disabled],
@@ -163,7 +163,7 @@ cr-menu.chrome-menu > [checked]::before {
}
.cr-dialog-buttons > button:focus:not(:active) {
- box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.5);
+ box-shadow: 0 0 0 2px rgba(51, 103, 214, 0.5);
}
.buttonbar button {

Powered by Google App Engine
This is Rietveld 408576698