mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
18 lines
263 B
CSS
18 lines
263 B
CSS
div#about {
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
user-select: text;
|
|
}
|
|
|
|
div#about
|
|
td#about-version-kvmd,
|
|
td#about-version-python,
|
|
td#about-version-platform {
|
|
font-weight: bold;
|
|
}
|
|
|
|
div#about p {
|
|
font-family: monospace;
|
|
padding: 0 10px 0 10px;
|
|
}
|