2019-06-19 06:57:13 +00:00
|
|
|
.idLink{
|
|
|
|
-webkit-touch-callout: none; /* iOS Safari */
|
|
|
|
-webkit-user-select: none; /* Safari */
|
|
|
|
-moz-user-select: none; /* Firefox */
|
|
|
|
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
|
|
user-select: none; /* Non-prefixed version, currently
|
|
|
|
supported by Chrome and Opera */
|
2019-07-01 20:38:55 +00:00
|
|
|
}
|
2019-09-20 17:53:42 +00:00
|
|
|
#refreshStats{
|
|
|
|
margin: 5px;
|
2019-10-08 02:32:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.motdCard{
|
|
|
|
margin-top: 1em;
|
2019-10-10 03:32:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#connectedNodes{
|
|
|
|
overflow-y: auto;
|
2019-10-11 09:28:43 +00:00
|
|
|
max-height: 300px;
|
|
|
|
|
2019-10-10 07:25:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#configToggle, #configContent{
|
|
|
|
margin-left: 1em;
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2019-10-17 10:01:27 +00:00
|
|
|
|
|
|
|
.modal img{
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|