[SSE] Changed autofilter dialog style.

This commit is contained in:
Julia Radzhabova 2017-03-24 15:06:18 +03:00
parent 86c2eac593
commit 3b187f75dd

View file

@ -12,6 +12,16 @@
.border-values {
border: 1px solid @input-border;
.item {
&.selected {
background-color: @secondary;
border-color: @secondary;
color: @gray-deep;
border-style: solid;
border-width: 1px 0;
}
}
}
.body {