35 lines
465 B
CSS
35 lines
465 B
CSS
|
h1 {
|
||
|
color: green;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
background-color: gray;
|
||
|
width: 250px;
|
||
|
color: white;
|
||
|
text-align: left;
|
||
|
}
|
||
|
ping.button.button {
|
||
|
background-color: green;
|
||
|
width: 250px;
|
||
|
color: white;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
word-wrap:break-word;
|
||
|
border: 1px solid grey;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
display: inline;
|
||
|
|
||
|
}
|
||
|
.htmx-indicator{
|
||
|
display:none;
|
||
|
}
|
||
|
.htmx-request .htmx-indicator{
|
||
|
display:inline;
|
||
|
}
|
||
|
.htmx-request.htmx-indicator{
|
||
|
display:inline;
|
||
|
}
|