2015-07-22 05:16:11 +08:00
|
|
|
@import "ui-variables";
|
|
|
|
|
2016-02-12 05:15:21 +08:00
|
|
|
@popover-width: 250px;
|
2015-10-22 03:17:15 +08:00
|
|
|
|
|
|
|
body.platform-win32 {
|
2016-03-10 02:01:18 +08:00
|
|
|
.category-picker-popover {
|
2015-10-22 03:17:15 +08:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-03-10 02:01:18 +08:00
|
|
|
.sheet-toolbar .btn-category-picker:only-of-type {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2015-07-24 02:47:46 +08:00
|
|
|
|
2016-03-10 02:01:18 +08:00
|
|
|
.category-picker-popover {
|
2015-07-24 02:47:46 +08:00
|
|
|
.menu {
|
|
|
|
background: @background-secondary;
|
2016-02-12 05:15:21 +08:00
|
|
|
width: @popover-width;
|
2016-02-19 07:21:36 +08:00
|
|
|
max-height: 400px;
|
2015-07-24 02:47:46 +08:00
|
|
|
|
|
|
|
.header-container {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item.divider {
|
|
|
|
background-color: #e0e0e0;
|
|
|
|
margin: 4px 0;
|
|
|
|
height: 2px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn.btn-toolbar {
|
2015-07-24 03:42:42 +08:00
|
|
|
margin-left: 0;
|
2015-07-24 02:47:46 +08:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.check-wrap {
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
border-radius: 2px;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
2015-10-01 03:07:00 +08:00
|
|
|
flex-shrink: 0;
|
2015-07-24 02:47:46 +08:00
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
2015-11-14 09:42:10 +08:00
|
|
|
.item {
|
|
|
|
img.content-mask {
|
|
|
|
position: relative;
|
|
|
|
top:3px;
|
|
|
|
background-color: @text-color-subtle;
|
|
|
|
}
|
2015-07-24 02:47:46 +08:00
|
|
|
}
|
2015-11-14 08:58:55 +08:00
|
|
|
.item.selected, .item.active {
|
|
|
|
img.content-mask {
|
|
|
|
background-color: @text-color-inverse;
|
|
|
|
}
|
2015-07-24 02:47:46 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
img.check-img {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.category-item {
|
|
|
|
font-size: 14px;
|
2015-10-01 03:07:00 +08:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.category-create-new-tag {
|
|
|
|
flex-shrink: 0;
|
2015-07-24 02:47:46 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.category-display-name {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
2015-10-01 03:07:00 +08:00
|
|
|
margin-right: 5px;
|
|
|
|
word-break: break-word;
|
2015-07-24 02:47:46 +08:00
|
|
|
}
|
2015-07-22 05:16:11 +08:00
|
|
|
}
|