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:
Professor Bunbury 2021-01-21 15:07:01 -05:00
parent a0c95f0725
commit 1812158f67
5 changed files with 24 additions and 26 deletions

View file

@ -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;