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

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

Issue 8905020: Settings: Desaturate the navbar a bit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A little more desaturation. Created 9 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/chrome_shared.css
diff --git a/chrome/browser/resources/shared/css/chrome_shared.css b/chrome/browser/resources/shared/css/chrome_shared.css
index 8965d5691843f469bf24813798fff3a5aad674bf..0a3032c98899b93034f5b8f297bcdcdcc36a3ccc 100644
--- a/chrome/browser/resources/shared/css/chrome_shared.css
+++ b/chrome/browser/resources/shared/css/chrome_shared.css
@@ -15,7 +15,7 @@ a:active {
#navbar-content-title {
-webkit-padding-end: 24px;
-webkit-user-select: none;
- color: #53637d;
+ color: #333;
cursor: pointer;
font-size: 200%;
font-weight: normal;
@@ -41,8 +41,7 @@ a:active {
#navbar-container {
-webkit-border-end: 1px solid #c6c9ce;
- background: -webkit-linear-gradient(rgba(234, 238, 243, 0.2), #eaeef3),
- -webkit-linear-gradient(left, #eaeef3, #eaeef3 97%, #d3d7db);
+ background-color: #f1f1f1;
position: fixed;
bottom: 0;
/* We set both left and right for the sake of RTL. */
@@ -53,11 +52,6 @@ a:active {
z-index: 2;
}
-html[dir='rtl'] #navbar-container {
- background: -webkit-linear-gradient(rgba(234, 238, 243, 0), #EAEEF3),
- -webkit-linear-gradient(right, #EAEEF3, #EAEEF3 97%, #D3D7DB);
-}
-
html.hide-menu #navbar-container {
display: none;
}
@@ -72,7 +66,7 @@ html.hide-menu #navbar-container {
.navbar-item {
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
- color: #426dc9;
+ color: #333;
cursor: pointer;
display: block;
font-size: 105%;
@@ -90,7 +84,7 @@ html.hide-menu #navbar-container {
.navbar-item-selected {
-webkit-box-shadow: 0px 1px 0px #f7f7f7;
- background: -webkit-linear-gradient(left, #bbcee9, #bbcee9 97%, #aabedc);
+ background-color: #bbcee9;
border-bottom: 1px solid #8faad9;
border-top: 1px solid #8faad9;
color: black;
@@ -204,7 +198,7 @@ html[dir='rtl'] .weakrtl input::-webkit-input-placeholder {
-webkit-padding-end: 24px;
-webkit-user-select: none;
border-bottom: 1px solid #eeeeee;
- color: #53637d;
+ color: #333;
font-size: 200%;
font-weight: normal;
margin: 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698