diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 952dedf2..ad563757 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -45,7 +45,7 @@ body { color: inherit; &:hover { - background-color: rgba(darken($blue, 10%), 0.8); + background-color: rgba(0,0,0, 0.2); } } } @@ -97,7 +97,7 @@ button.back { position: relative; float: right; height: 36px; - padding-left: 8px; + padding-right: 8px; .hamburger { diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index eff5f072..b1dfb419 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -39,7 +39,7 @@ border-radius: $header-height; &:hover { - background: $blue url('/images/refresh.png') center; + background: url('/images/refresh.png') center; } } .connecting .icon { @@ -155,7 +155,7 @@ input.search { .index { max-width: 1300px; color: $grey_d; - background: linear-gradient(rgba(46,172,224,1.0) 50%, rgba(160,228,208,1.0) 100%); + background: #2eace0; .gutter .new-group-update-form { display: none; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 7ad888ef..d5167019 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -52,7 +52,7 @@ body { -webkit-app-region: no-drag; color: inherit; } #header button:hover { - background-color: rgba(19, 117, 196, 0.8); } + background-color: rgba(0, 0, 0, 0.2); } .window-controls { float: right; } @@ -91,7 +91,7 @@ button.back { position: relative; float: right; height: 36px; - padding-left: 8px; } + padding-right: 8px; } .menu .hamburger { width: 36px; height: 36px; @@ -454,7 +454,7 @@ img.emoji { padding-left: 20px; border-radius: 36px; } .socket-status *:hover { - background: #2090ea url("/images/refresh.png") center; } + background: url("/images/refresh.png") center; } .socket-status .connecting .icon { background-color: #2090ea; } .socket-status .closing { @@ -539,7 +539,7 @@ input.search { .index { max-width: 1300px; color: #454545; - background: linear-gradient(#2eace0 50%, #a0e4d0 100%); } + background: #2eace0; } .index .gutter .new-group-update-form { display: none; padding: 0.5em; }