GUAC-1406: Generalize header formatting into own stylesheet.

This commit is contained in:
Michael Jumper
2015-12-08 13:49:51 -08:00
parent b113b7a358
commit e060b6dfed
3 changed files with 108 additions and 87 deletions

View File

@@ -53,18 +53,3 @@ div.recent-connections div.connection {
max-width: 75%;
overflow: hidden;
}
.connection-list-ui .header .filter {
margin: 0;
padding: 0.75em 0.5em;
}
.connection-list-ui .header .filter input {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
border: none;
border-left: 1px solid rgba(0, 0, 0, 0.125);
background-color: transparent;
}