guac: fixed hover and connection error.

This commit is contained in:
gilbN 2019-10-07 21:21:06 +02:00
parent 5962de9819
commit 648e147e61

View File

@ -262,6 +262,9 @@
text-decoration: none; text-decoration: none;
color: white; 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 { .user a, .connection a, .connection-group a {
text-decoration: none; text-decoration: none;
color: white; color: white;
@ -321,4 +324,10 @@
input[type=radio] { input[type=radio] {
border: 1px solid #fff !important; border: 1px solid #fff !important;
} }
/* Connection */
#connection-warning {
background: var(--modal-bg-color);
color: #FFF;
}