Update the styling of the actor sheet
This commit is contained in:
parent
1cb9adfe33
commit
f64dbcd42f
7 changed files with 137 additions and 25 deletions
|
|
@ -1,4 +1,19 @@
|
|||
.taf > .window-content button {
|
||||
&.inline {
|
||||
color: inherit;
|
||||
min-height: unset;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
outline: none;
|
||||
text-decoration: underline;
|
||||
|
||||
&:hover {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue