[SSE mobile] Fix less Filter Options

This commit is contained in:
Julia Svinareva 2019-06-19 11:05:29 +03:00
parent b541c0ddbf
commit b1547a601d
4 changed files with 36 additions and 0 deletions

View file

@ -7220,3 +7220,10 @@ html.pixel-ratio-3 .cell-styles.dataview .row li {
#user-list ul:before { #user-list ul:before {
content: none; content: none;
} }
.filter-root-view .list-center .item-title {
text-align: center;
width: 100%;
}
.filter-root-view #btn-delete-filter {
color: #ff3b30;
}

View file

@ -7088,3 +7088,10 @@ html.pixel-ratio-3 .cell-styles.dataview .row li {
#user-list ul:before { #user-list ul:before {
content: none; content: none;
} }
.filter-root-view .list-center .item-title {
text-align: center;
width: 100%;
}
.filter-root-view #btn-delete-filter {
color: #f44336;
}

View file

@ -222,3 +222,14 @@ input, textarea {
content: none; content: none;
} }
} }
//Filter Options
.filter-root-view {
.list-center .item-title {
text-align: center;
width: 100%;
}
#btn-delete-filter {
color: @red;
}
}

View file

@ -208,3 +208,14 @@ input, textarea {
content: none; content: none;
} }
} }
//Filter Options
.filter-root-view {
.list-center .item-title {
text-align: center;
width: 100%;
}
#btn-delete-filter {
color: @red;
}
}