2016-03-12 03:01:33 +08:00
|
|
|
@import "../../../static/variables/ui-variables";
|
2016-03-11 09:50:19 +08:00
|
|
|
|
|
|
|
@accent-primary: #f07746;
|
|
|
|
@accent-primary-dark: darken(#f07746, 1%);
|
|
|
|
|
2016-03-16 01:57:43 +08:00
|
|
|
@border-color-secondary: lighten(@background-secondary, 10%);
|
2016-03-11 09:50:19 +08:00
|
|
|
|
|
|
|
@toolbar-background-color: #41403b;
|
|
|
|
@light: rgb(246, 246, 246);
|
|
|
|
|
|
|
|
.sheet-toolbar .btn-toolbar img.content-mask {
|
2016-03-12 03:01:33 +08:00
|
|
|
background-color: @light;
|
2016-03-11 09:50:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.sheet-toolbar-container {
|
|
|
|
background-image: -webkit-linear-gradient(top,@toolbar-background-color, darken(@toolbar-background-color,5%));
|
2016-03-12 03:01:33 +08:00
|
|
|
box-shadow: none;
|
2016-05-26 05:03:04 +08:00
|
|
|
.btn {
|
|
|
|
background: lighten(@toolbar-background-color,4%);
|
|
|
|
}
|
|
|
|
.btn.btn-toolbar {
|
|
|
|
color: @light;
|
|
|
|
}
|
|
|
|
.toolbar-activity .activity-toolbar-icon {
|
|
|
|
background: @light;
|
2016-07-28 10:32:27 +08:00
|
|
|
}
|
2016-03-11 09:50:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.sheet-toolbar .item-back img.content-mask{
|
|
|
|
background-color: @light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sheet-toolbar .item-back .item-back-title{
|
|
|
|
color: @light;
|
|
|
|
}
|
|
|
|
|
2016-05-26 05:03:04 +08:00
|
|
|
.sheet-toolbar .selection-bar {
|
|
|
|
.absolute {
|
|
|
|
border-color: lighten(@toolbar-background-color, 5%);
|
|
|
|
background-color: darken(@toolbar-background-color, 8%);
|
|
|
|
|
|
|
|
.inner {
|
|
|
|
.centered {
|
|
|
|
color: @light;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-03-11 09:50:19 +08:00
|
|
|
.btn-icon img.content-mask {
|
2016-03-12 03:01:33 +08:00
|
|
|
background-color:@light;
|
2016-05-26 05:03:04 +08:00
|
|
|
color: @light;
|
2016-03-11 09:50:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-icon img.content-mask:hover {
|
2016-03-12 03:01:33 +08:00
|
|
|
background-color:@accent-primary;
|
2016-03-11 09:50:19 +08:00
|
|
|
}
|