theme shadows fixes
This commit is contained in:
@@ -340,7 +340,7 @@ define('views/record/kanban', ['views/record/list'], function (Dep) {
|
||||
var $window = $(window);
|
||||
|
||||
var $block = $('<div>')
|
||||
.addClass('.kanban-head-paceholder')
|
||||
.addClass('kanban-head-placeholder')
|
||||
.html(' ')
|
||||
.hide()
|
||||
.insertAfter($container);
|
||||
@@ -379,7 +379,7 @@ define('views/record/kanban', ['views/record/list'], function (Dep) {
|
||||
|
||||
if (scrollTop < edge) {
|
||||
if (scrollTop > stickTop) {
|
||||
let containerWidth = this.$container.width();
|
||||
let containerWidth = this.$container.width() - 3;
|
||||
|
||||
$container.children().css('width', width);
|
||||
|
||||
|
||||
@@ -643,7 +643,7 @@ div.list-kanban > div > table {
|
||||
}
|
||||
}
|
||||
|
||||
.kanban-head-paceholder {
|
||||
.kanban-head-placeholder {
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
@@ -652,6 +652,11 @@ div.list-kanban > div > table {
|
||||
top: 0;
|
||||
z-index: 4;
|
||||
overflow: hidden;
|
||||
box-shadow: var(--default-box-shadow);
|
||||
|
||||
thead {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -273,6 +273,14 @@ body[data-navbar="side"] {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
box-shadow: var(--modal-box-shadow);
|
||||
.navbar-right {
|
||||
display: none;
|
||||
}
|
||||
.side-menu-backdrop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
z-index: 2150 !important;
|
||||
|
||||
a.minimizer > span.left {
|
||||
@@ -305,6 +313,11 @@ body[data-navbar="side"] {
|
||||
z-index: 2000;
|
||||
}
|
||||
}
|
||||
|
||||
.stick-sub,
|
||||
.sticked-bar {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user