Files
dayzdockerserver/web/docroot/src/css/index.css
2024-10-20 16:20:55 +02:00

22 lines
236 B
CSS

button {
padding: 5px;
margin: 10px;
}
th, td {
padding-right: 10px
}
.active {
background-color: cyan;
}
.simulink {
cursor: pointer;
text-underline: blue;
}
.simulink:hover {
background-color: green;
}