mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-29 16:13:22 +00:00
Working multiple-config login stub.
This commit is contained in:
@@ -150,6 +150,16 @@ div#connection-list-ui table thead {
|
||||
background: #9A8;
|
||||
}
|
||||
|
||||
div#connection-list-ui table thead th.protocol {
|
||||
width: 1em;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
div#connection-list-ui table thead th.name {
|
||||
text-align: left;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
div#connection-list-ui table thead tr {
|
||||
border-top: 1px solid #676;
|
||||
border-bottom: 1px solid gray;
|
||||
@@ -169,6 +179,10 @@ div#connection-list-ui table td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div#connection-list-ui table td.name {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div#connection-list-ui table tbody tr:nth-child(even) { background: #CCC; }
|
||||
div#connection-list-ui table tbody tr:nth-child(odd) { background: #EEE; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user