Make download limits clearer

This commit is contained in:
2022-04-26 14:51:11 +02:00
parent 3ba1b6e801
commit 4ca2da91f0
11 changed files with 47 additions and 42 deletions

View File

@@ -84,7 +84,7 @@ footer,
header,
footer {
box-shadow: inset 1px 1px 4px -1px var(--shadow_color);
box-shadow: inset 0 0 3px -1px var(--shadow_color);
border-radius: 12px;
text-align: center;
overflow: hidden;
@@ -249,9 +249,9 @@ section {
.highlight_blue,
.highlight_yellow,
.highlight_red {
border-top-width: 1px;
border-top-width: 2px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-width: 2px;
border-bottom-style: solid;
}
@@ -474,7 +474,6 @@ select {
display: inline-block;
border-radius: 6px;
margin: 3px;
background: none;
background: var(--input_background);
padding: 5px 5px 5px 5px;
overflow: hidden;