fix(ubuntu): Update theme, fix a few strange glitches

This commit is contained in:
Ben Gotow 2016-05-25 14:03:04 -07:00
parent 0c77f61838
commit 7e3ddba016

View file

@ -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 {