mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +00:00
GUAC-1138: Move filtering logic into own directive.
This commit is contained in:
@@ -76,18 +76,3 @@
|
||||
.manage table.session-list th.sort-primary.sort-descending:after {
|
||||
background-image: url('images/arrows/up.png');
|
||||
}
|
||||
|
||||
.manage .sessions .filter {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.manage .sessions .filter-string {
|
||||
background-image: url('images/magnifier.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1.75em;
|
||||
background-position: 0.25em center;
|
||||
padding: 0.5em;
|
||||
padding-left: 2.25em;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user