guac: fixed hover and connection error.
This commit is contained in:
parent
5962de9819
commit
648e147e61
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user