Skip to content

Commit

Permalink
enhancement: introduced persistent filter support (LMS+ #620) - nicer…
Browse files Browse the repository at this point in the history
… persistent filter panel style
  • Loading branch information
chilek committed Sep 6, 2018
1 parent 37d84c6 commit 6b7de7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion img/style.css
Expand Up @@ -1948,9 +1948,14 @@ table.dataTable thead tr:last-child th {
border-radius: unset;
}
div.lms-ui-persistent-filter {
display: flex;
display: inline-flex;
justify-content: flex-start;
align-items: center;
vertical-align: middle;
padding: 5px;
background-color: #CEBD9B;
border: 1px solid #AE9D7B;
border-radius: 3px;
margin-bottom: 10px;
}
div.lms-ui-persistent-filter > * {
Expand Down
7 changes: 6 additions & 1 deletion img/style.less
Expand Up @@ -1705,9 +1705,14 @@ table.dataTable {
}

div.lms-ui-persistent-filter {
display: flex;
display: inline-flex;
justify-content: flex-start;
align-items: center;
vertical-align: middle;
padding: 5px;
background-color: @dark;
border: 1px solid @superdark;
border-radius: 3px;
margin-bottom: 10px;
& > * {
margin-left: 5px;
Expand Down

0 comments on commit 6b7de7f

Please sign in to comment.