forked from GitHub-Mirrors/foundry-sw5e
CSS/LESS and New Char Sheet Hotfixes
Fixes gear inoperability on character sheet traits and improvies legibility of HUD and chat input/textarea.
This commit is contained in:
parent
a0c95f0725
commit
1812158f67
5 changed files with 24 additions and 26 deletions
|
@ -169,6 +169,10 @@
|
|||
}
|
||||
}
|
||||
#chat-controls {
|
||||
&.roll-type-select {
|
||||
background: #4f4f4f;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
padding-top: 4px;
|
||||
label {
|
||||
color: @colorBlack;
|
||||
|
@ -176,7 +180,7 @@
|
|||
|
||||
}
|
||||
#chat-form textarea {
|
||||
background: white;
|
||||
background: #4f4f4f;
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue