improve download button

This commit is contained in:
tdurieux
2021-08-12 16:01:48 +02:00
parent 1c06512241
commit 4d2defa630
3 changed files with 50 additions and 21 deletions
+13 -3
View File
@@ -78,8 +78,8 @@ input,
button {
outline: none;
}
*:hover,
*:active {
input:hover,
input:active {
box-shadow: none !important;
}
@@ -326,7 +326,7 @@ a:hover {
cursor: default;
}
.paths {
.status-bar {
background-color: var(--main-bg-color);
padding: 8px 6px;
margin: 0;
@@ -334,6 +334,15 @@ a:hover {
border-radius: 0;
}
.paths {
padding: 0;
margin: 0;
background-color: initial;
border: none;
border-radius: 0;
align-items: center;
}
.paths a {
color: var(--color);
}
@@ -507,3 +516,4 @@ loc .lang {
rgb(23 26 49) 100%
);
}