From 7e3ddba016ca0762a5f272157d485ab8eef9f40e Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 25 May 2016 14:03:04 -0700 Subject: [PATCH] fix(ubuntu): Update theme, fix a few strange glitches --- .../ui-ubuntu/styles/ui-variables.less | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/internal_packages/ui-ubuntu/styles/ui-variables.less b/internal_packages/ui-ubuntu/styles/ui-variables.less index 481192331..29d3e8e90 100644 --- a/internal_packages/ui-ubuntu/styles/ui-variables.less +++ b/internal_packages/ui-ubuntu/styles/ui-variables.less @@ -1,7 +1,5 @@ @import "../../../static/variables/ui-variables"; -@btn-default-bg-color: lighten(@toolbar-background-color,4%); - @accent-primary: #f07746; @accent-primary-dark: darken(#f07746, 1%); @@ -21,6 +19,15 @@ .sheet-toolbar-container { background-image: -webkit-linear-gradient(top,@toolbar-background-color, darken(@toolbar-background-color,5%)); box-shadow: none; + .btn { + background: lighten(@toolbar-background-color,4%); + } + .btn.btn-toolbar { + color: @light; + } + .toolbar-activity .activity-toolbar-icon { + background: @light; +} } .sheet-toolbar .item-back img.content-mask{ @@ -31,8 +38,22 @@ color: @light; } +.sheet-toolbar .selection-bar { + .absolute { + border-color: lighten(@toolbar-background-color, 5%); + background-color: darken(@toolbar-background-color, 8%); + + .inner { + .centered { + color: @light; + } + } + } +} + .btn-icon img.content-mask { background-color:@light; + color: @light; } .btn-icon img.content-mask:hover {