forked from GitHub-Mirrors/foundry-sw5e
Merge pull request #134 from unrealkakeman89/professorbunbury-sw5e
Updates to CSS/LESS (Chat text area)
This commit is contained in:
commit
917d55e706
3 changed files with 12 additions and 9 deletions
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue