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

@ -13,7 +13,7 @@
@blockquoteShadow: 0 0 20px rgba(@colorBlue, 0.8);
//forms
@inputBackgroundColor: white;
@inputBackgroundColor: @colorGray;
@inputBorderNormal: @colorLightGray;
@inputBorderHover: @colorGray;
@inputBorderFocus: @colorRed;