2016-03-12 03:01:33 +08:00
|
|
|
@import "../../../static/variables/ui-variables";
|
2016-03-11 09:50:19 +08:00
|
|
|
|
|
|
|
@btn-default-bg-color: lighten(@toolbar-background-color,4%);
|
|
|
|
|
|
|
|
@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
|
|
|
}
|
|
|
|
|
|
|
|
.layout-mode-popout .sheet-toolbar {
|
2016-03-12 03:01:33 +08:00
|
|
|
display: none;
|
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-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-icon img.content-mask {
|
2016-03-12 03:01:33 +08:00
|
|
|
background-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
|
|
|
}
|