guac: fixed hover and connection error.
This commit is contained in:
parent
5962de9819
commit
648e147e61
@ -261,6 +261,9 @@
|
||||
.user a:visited, .connection a:visited, .connection-group a:visited {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
.user a:hover, .user-group a:hover, .connection a:hover, .connection-group a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
.user a, .connection a, .connection-group a {
|
||||
text-decoration: none;
|
||||
@ -321,4 +324,10 @@
|
||||
input[type=radio] {
|
||||
border: 1px solid #fff !important;
|
||||
}
|
||||
/* Connection */
|
||||
|
||||
#connection-warning {
|
||||
background: var(--modal-bg-color);
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user