css accompanying new tier/ascription buttons
This commit is contained in:
parent
a1d2c00a03
commit
5c16681285
1 changed files with 17 additions and 0 deletions
|
@ -50,6 +50,15 @@ button:disabled {
|
||||||
color: #999;
|
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 {
|
button:not(:disabled):active {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
|
@ -177,3 +186,11 @@ select {
|
||||||
#fmicon, #frontmatter, input.hasinput {
|
#fmicon, #frontmatter, input.hasinput {
|
||||||
background-color: #ffccbc;
|
background-color: #ffccbc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#newtier {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news {
|
||||||
|
grid-column: 2/3;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue