CSS adjustments

This commit is contained in:
Bubka 2020-01-29 23:16:51 +01:00
parent 372239b673
commit f6b31c8a33

View File

@ -29,6 +29,10 @@
cursor: pointer; cursor: pointer;
} }
.modal-background {
background-color: black;
}
.tfa { .tfa {
display: block; display: block;
height: auto; height: auto;
@ -40,7 +44,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
background-color: hsl(0, 0%, 7%); /*black-bis from Bulma*/ background-color: hsl(0, 0%, 10%); /*black-bis from Bulma*/
max-width: 400px; max-width: 400px;
} }
@ -51,7 +55,7 @@
border-bottom: 1px solid hsl(0, 0%, 21%); border-bottom: 1px solid hsl(0, 0%, 21%);
background-color: hsl(0, 0%, 14%); /*black-ter from Bulma*/ background-color: hsl(0, 0%, 14%); /*black-ter from Bulma*/
margin: 0; margin: 0;
padding: 0 0.5rem 0.5rem 0.5rem; padding: 0.5rem 0.5rem 0.5rem 0.5rem;
max-width: none; max-width: none;
} }
} }