Skip to content

Commit

Permalink
Merge pull request #1832 from Forien/patch-1
Browse files Browse the repository at this point in the history
CSS compatibility for module Chat Commander
  • Loading branch information
moo-man authored Dec 13, 2023
2 parents d96250b + 23e615f commit 06f8b38
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions static/css/wfrp4e.css
Original file line number Diff line number Diff line change
Expand Up @@ -1422,16 +1422,18 @@
margin: 11px 11px 11px 11px;
padding: 5px;
resize: none;
border: none;
border: 3px solid #00000000;
border-radius: 0px;
background: none;
font-family: var(--actor-input-font-family);
font-size: var(--actor-input-font-size);
font-weight: var(--actor-input-font-weight);
color: var(--actor-input-color);
line-height: normal;
border: 3px double #3e000078;
}
#chat-form textarea#chat-message {
border: 3px double #3e000078;
}
#chat-form textarea:focus {
outline: none;
box-shadow: none;
Expand Down Expand Up @@ -17696,4 +17698,4 @@ blockquote.foundry-note::before {

li.message.flexcol.whisper:has(div > p.requestmessage) {
display: none;
}
}

0 comments on commit 06f8b38

Please sign in to comment.