mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00

XML "editor" WIP. Add xmltree component. Start work on shelling out to steamcmd from node. Move script functions out of common and into individual scripts. Update docs.
22 lines
238 B
CSS
22 lines
238 B
CSS
button {
|
|
padding: 5px;
|
|
margin: 10px;
|
|
}
|
|
|
|
th, td {
|
|
padding-right: 10px
|
|
}
|
|
|
|
|
|
.selected {
|
|
background-color: cyan;
|
|
}
|
|
|
|
.simulink {
|
|
cursor: pointer;
|
|
text-underline: blue;
|
|
}
|
|
|
|
.simulink:hover {
|
|
background-color: cyan;
|
|
}
|