css accompanying new tier/ascription buttons

This commit is contained in:
Marcell Mars 2021-08-18 15:01:13 +02:00
parent a1d2c00a03
commit 5c16681285
1 changed files with 17 additions and 0 deletions

View File

@ -50,6 +50,15 @@ button:disabled {
color: #999;
}
.button {
color: #333;
background-color: #f4f4f4;
border: 1px solid lightgrey;
padding: 0.2em 0.4em;
grid-column: 2/3;
margin-right: 0.2rem;
}
button:not(:disabled):active {
background-color: #ddd;
}
@ -177,3 +186,11 @@ select {
#fmicon, #frontmatter, input.hasinput {
background-color: #ffccbc;
}
#newtier {
display: none;
}
.news {
grid-column: 2/3;
}