Fix some styling regressed in #2927.
parent
26ad6d4c5d
commit
c66840bc8e
|
|
@ -38,7 +38,7 @@ define([
|
|||
].join(''));
|
||||
|
||||
let $btnContainer = $(
|
||||
'<div style="">'
|
||||
'<div class="select2-select-all-adapter-container">'
|
||||
).append($selectAll).append($unselectAll);
|
||||
|
||||
if (!this.$element.prop('multiple')) {
|
||||
|
|
|
|||
|
|
@ -2,3 +2,9 @@
|
|||
background-color: $color-primary-lighter;
|
||||
color: $color-gray-dark;
|
||||
}
|
||||
|
||||
.select2-select-all-adapter-container {
|
||||
padding: 3px 0px;
|
||||
background-color: $color-primary;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
|
@ -416,7 +416,7 @@ input.editor-checkbox:focus {
|
|||
/* For Filter status bar */
|
||||
.data_sorting_dialog .pg-prop-status-bar {
|
||||
position: absolute;
|
||||
bottom: 37px;
|
||||
bottom: 40px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue