forked from GitHub-Mirrors/foundry-sw5e
Merge pull request #118 from unrealkakeman89/professorbunbury-sw5e
CSS/LESS and New Char Sheet Hotfixes
This commit is contained in:
commit
67710349d9
5 changed files with 23 additions and 19 deletions
|
@ -13,7 +13,7 @@
|
|||
@blockquoteShadow: 0 0 20px rgba(@colorBlue, 0.8);
|
||||
|
||||
//forms
|
||||
@inputBackgroundColor: white;
|
||||
@inputBackgroundColor: @colorGray;
|
||||
@inputBorderNormal: @colorLightGray;
|
||||
@inputBorderHover: @colorGray;
|
||||
@inputBorderFocus: @colorRed;
|
||||
|
|
|
@ -95,7 +95,8 @@
|
|||
}
|
||||
#chat-controls {
|
||||
.roll-type-select {
|
||||
background: @inputBackgroundColor;
|
||||
background: #4f4f4f;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
label {
|
||||
color: @bodyFontColor;
|
||||
|
@ -103,7 +104,7 @@
|
|||
|
||||
}
|
||||
#chat-form textarea {
|
||||
background: @inputBackgroundColor;
|
||||
background: #4f4f4f;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue