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

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

Issue 6369006: css changes for clear browsing data page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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 | « chrome/browser/resources/options/clear_browser_data_overlay.css ('k') | 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
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 548a5117b8ffca75637141cb5a5f4198e5efa41f..802569bfa17eed9eb7e597b42055248f0805ba6d 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -32,7 +32,7 @@ body {
position: fixed;
left: 0;
right: 0;
- background: rgba(0, 0, 0, .2);
+ background: rgba(233, 238, 242, .5);
top: 0;
bottom: 0;
z-index: 10;
@@ -108,7 +108,7 @@ html[toolkit=views] .button-strip {
}
.button-strip > button {
- -webkit-margin-start: 4px;
+ -webkit-margin-start: 10px;
display: block;
}
« no previous file with comments | « chrome/browser/resources/options/clear_browser_data_overlay.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698