Make download limits clearer
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user