Merge pull request #134 from unrealkakeman89/professorbunbury-sw5e

Updates to CSS/LESS (Chat text area)
This commit is contained in:
CK 2021-02-05 09:51:29 -05:00 committed by GitHub
commit 917d55e706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

View file

@ -95,8 +95,8 @@
} }
#chat-controls { #chat-controls {
.roll-type-select { .roll-type-select {
background: #4f4f4f; background: #a9a9a9;
color: #FFFFFF; color: #1C1C1C;
} }
label { label {
color: @bodyFontColor; color: @bodyFontColor;
@ -104,7 +104,8 @@
} }
#chat-form textarea { #chat-form textarea {
background: #4f4f4f; background: #a9a9a9;
color: #1C1C1C;
} }

View file

@ -234,14 +234,15 @@ body.dark-theme .dice-roll .dice-total.fumble {
box-shadow: 0 0 12px rgba(232, 17, 17, 0.5); box-shadow: 0 0 12px rgba(232, 17, 17, 0.5);
} }
body.dark-theme #chat-controls .roll-type-select { body.dark-theme #chat-controls .roll-type-select {
background: #4f4f4f; background: #a9a9a9;
color: #FFFFFF; color: #1C1C1C;
} }
body.dark-theme #chat-controls label { body.dark-theme #chat-controls label {
color: white; color: white;
} }
body.dark-theme #chat-form textarea { body.dark-theme #chat-form textarea {
background: #4f4f4f; background: #a9a9a9;
color: #1C1C1C;
} }
body.dark-theme #combat #combat-round { body.dark-theme #combat #combat-round {
color: #E81111; color: #E81111;

View file

@ -234,14 +234,15 @@ body.light-theme .dice-roll .dice-total.fumble {
box-shadow: 0 0 12px rgba(196, 15, 15, 0.5); box-shadow: 0 0 12px rgba(196, 15, 15, 0.5);
} }
body.light-theme #chat-controls .roll-type-select { body.light-theme #chat-controls .roll-type-select {
background: #4f4f4f; background: #a9a9a9;
color: #FFFFFF; color: #1C1C1C;
} }
body.light-theme #chat-controls label { body.light-theme #chat-controls label {
color: #1C1C1C; color: #1C1C1C;
} }
body.light-theme #chat-form textarea { body.light-theme #chat-form textarea {
background: #4f4f4f; background: #a9a9a9;
color: #1C1C1C;
} }
body.light-theme #combat #combat-round { body.light-theme #combat #combat-round {
color: #c40f0f; color: #c40f0f;