35 lines
649 B
CSS
Executable File
35 lines
649 B
CSS
Executable File
.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 */
|
|
}
|
|
#refreshStats{
|
|
margin: 5px;
|
|
}
|
|
|
|
.motdCard{
|
|
margin-top: 1em;
|
|
}
|
|
|
|
#connectedNodes{
|
|
overflow-y: auto;
|
|
max-height: 300px;
|
|
|
|
}
|
|
|
|
#configToggle, #configContent{
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.modal img{
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.torStats{
|
|
color: red;
|
|
} |