fix(toolbar-style): Tiny adjustmnts to better match Mac OS X Yosemite

This commit is contained in:
Ben Gotow 2015-09-28 03:00:20 -07:00
parent e7adc2d198
commit 4bdbba4b67
3 changed files with 7 additions and 6 deletions

View file

@ -34,7 +34,7 @@ body.platform-darwin.window-type-react-remote {
body.is-blurred { body.is-blurred {
.preference-header { .preference-header {
background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 9.6%), lighten(@toolbar-background-color, 12%)); background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 14%), lighten(@toolbar-background-color, 14%));
} }
} }

View file

@ -492,7 +492,7 @@ rgba(253,253,253,0.75) 100%);
@body-bg: @white; @body-bg: @white;
//== Panels and Sidebars //== Panels and Sidebars
@panel-background-color: @gray-lighter; @panel-background-color: @gray-lighter;
@toolbar-background-color: darken(@white, 13%); @toolbar-background-color: darken(@white, 17.5%);
// Helpers for Specs - Do Not Remove // Helpers for Specs - Do Not Remove
@spec-test-variable: rgb(152,123,0); @spec-test-variable: rgb(152,123,0);

View file

@ -133,15 +133,16 @@ body.is-blurred {
} }
} }
.sheet-toolbar-container { .sheet-toolbar-container {
background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 9.6%), lighten(@toolbar-background-color, 9.6%)); background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 14%), lighten(@toolbar-background-color, 14%));
.btn.btn-toolbar img { .btn.btn-toolbar {
opacity:0.5; background: none;
img { opacity:0.5; }
} }
} }
} }
.sheet-toolbar-container { .sheet-toolbar-container {
background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 10.5%), @toolbar-background-color); background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 9%), @toolbar-background-color);
box-shadow: inset 0 1px 0 lighten(@toolbar-background-color, 15%); box-shadow: inset 0 1px 0 lighten(@toolbar-background-color, 15%);
} }