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

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

Issue 6350005: DOMUI: Polish the navbar-container. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CSS fixups. 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/options.js ('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 e2efea1c7bd23e5d957b8a46793157c128cc1c23..ea10f4884b2217bf791f6b45680d2359178125c6 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -7,6 +7,7 @@ body {
#settings-title {
-webkit-padding-end: 24px;
color: #53637d;
+ cursor: pointer;
font-size: 200%;
font-weight: normal;
margin: 0;
@@ -121,7 +122,6 @@ html[toolkit=views] .button-strip {
background: -webkit-linear-gradient(rgba(234, 238, 243, 0), #eaeef3),
-webkit-linear-gradient(left, #eaeef3, #eaeef3 97%, #d3d7db);
bottom: 0;
- cursor: pointer;
display: none;
left: 0;
position: fixed;
@@ -131,10 +131,8 @@ html[toolkit=views] .button-strip {
}
html[dir='rtl'] #navbar-container {
- background: -webkit-linear-gradient(rgba(255, 255, 255, 0)),
- rgba(255, 255, 255, 0) 70%,
- white),
- -webkit-linear-gradient(right, white, white 80%, #f3f3f3);
+ background: -webkit-linear-gradient(rgba(234, 238, 243, 0), #EAEEF3),
+ -webkit-linear-gradient(right, #EAEEF3, #EAEEF3 97%, #D3D7DB);
left: auto;
right: 0;
}
@@ -143,14 +141,6 @@ html[hide-menu=false] #navbar-container {
display: block;
}
-#navbar-container > hr {
- -webkit-margin-start: 35%;
- background-color: #dbdbdb;
- border: 0;
- height: 1px;
- width: 65%;
-}
-
#navbar-container > ul {
list-style-type: none;
margin: 0;
@@ -158,7 +148,10 @@ html[hide-menu=false] #navbar-container {
}
.navbar-item, .navbar-item2 {
+ border-bottom: 1px solid transparent;
+ border-top: 1px solid transparent;
color: #426dc9;
+ cursor: pointer;
display: block;
font-size: 105%;
outline: none;
@@ -168,15 +161,10 @@ html[hide-menu=false] #navbar-container {
}
.navbar-item-selected {
- background: #bbcee9;
+ background: -webkit-linear-gradient(left, #bbcee9, #bbcee9 97%, #96b1cd);
border-bottom: 1px solid #8faad9;
border-top: 1px solid #8faad9;
color: black;
- font-weight: bold;
-}
-
-.navbar-item-normal {
- background-color: #dfdfdf;
}
#mainview {
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698