mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
23 lines
341 B
CSS
23 lines
341 B
CSS
div#msd-menu {
|
|
width: 450px;
|
|
}
|
|
|
|
div.msd-message, input.msd-message {
|
|
display: none;
|
|
}
|
|
|
|
table.msd-info {
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
user-select: text;
|
|
border-spacing: 5px;
|
|
margin: 0 10px 0 10px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
table.msd-info td.msd-info-value {
|
|
font-weight: bold;
|
|
max-width: 310px;
|
|
overflow: hidden;
|
|
}
|