Add link to re-show the popup, and add some colour and other visual improvements

This commit is contained in:
2021-10-26 22:48:16 +10:30
parent 3964c6fa72
commit 4b433304f6
5 changed files with 43 additions and 19 deletions

View File

@@ -14,36 +14,48 @@
overflow:auto;
}
footer {
padding-top: 50px;
font-size: 30%;
padding-top: 50px;
font-size: 30%;
}
.int-link {
text-decoration: none;
hover { color: red; }
}
.state-failed {
color: red;
}
.state-downloading {
color: blue;
}
.state-complete {
color: green;
}
.gropple-config {
font-size: 80%;
font-size: 80%;
}
.gropple-config input.input-long {
width: 27em;
width: 27em;
}
.gropple-config button {
border-radius: 12px;
border-radius: 12px;
}
.gropple-config button.button-del {
background: rgb(202, 60, 60);
background: rgb(202, 60, 60);
}
.gropple-config button.button-add {
background: rgb(60, 200, 60);
background: rgb(60, 200, 60);
}
.gropple-config .pure-form-message {
padding-top: .5em;
padding-bottom: 1.5em;
padding-top: .5em;
padding-bottom: 1.5em;
}
.error {
color: red;
color: red;
}
.success {
color: green;
color: green;
}
[x-cloak] { display: none !important; }
</style>
@@ -57,4 +69,4 @@
</body>
{{ template "js" . }}
</html>
{{ end }}
{{ end }}