forked from GitHub-Mirrors/foundry-sw5e
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:
parent
a0c95f0725
commit
1812158f67
5 changed files with 24 additions and 26 deletions
|
@ -13,7 +13,7 @@
|
||||||
@blockquoteShadow: 0 0 20px rgba(@colorBlue, 0.8);
|
@blockquoteShadow: 0 0 20px rgba(@colorBlue, 0.8);
|
||||||
|
|
||||||
//forms
|
//forms
|
||||||
@inputBackgroundColor: white;
|
@inputBackgroundColor: @colorGray;
|
||||||
@inputBorderNormal: @colorLightGray;
|
@inputBorderNormal: @colorLightGray;
|
||||||
@inputBorderHover: @colorGray;
|
@inputBorderHover: @colorGray;
|
||||||
@inputBorderFocus: @colorRed;
|
@inputBorderFocus: @colorRed;
|
||||||
|
|
|
@ -95,7 +95,8 @@
|
||||||
}
|
}
|
||||||
#chat-controls {
|
#chat-controls {
|
||||||
.roll-type-select {
|
.roll-type-select {
|
||||||
background: @inputBackgroundColor;
|
background: #4f4f4f;
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
color: @bodyFontColor;
|
color: @bodyFontColor;
|
||||||
|
@ -103,7 +104,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
#chat-form textarea {
|
#chat-form textarea {
|
||||||
background: @inputBackgroundColor;
|
background: #4f4f4f;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -169,6 +169,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#chat-controls {
|
#chat-controls {
|
||||||
|
&.roll-type-select {
|
||||||
|
background: #4f4f4f;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
label {
|
label {
|
||||||
color: @colorBlack;
|
color: @colorBlack;
|
||||||
|
@ -176,7 +180,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
#chat-form textarea {
|
#chat-form textarea {
|
||||||
background: white;
|
background: #4f4f4f;
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
|
@ -56,7 +56,7 @@ body.light-theme input[type="time"],
|
||||||
body.light-theme select,
|
body.light-theme select,
|
||||||
body.light-theme textarea {
|
body.light-theme textarea {
|
||||||
border: 1px solid #828282;
|
border: 1px solid #828282;
|
||||||
color: #1C1C1C;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
body.light-theme input[type="text"]:hover,
|
body.light-theme input[type="text"]:hover,
|
||||||
body.light-theme input[type="number"]:hover,
|
body.light-theme input[type="number"]:hover,
|
||||||
|
@ -83,7 +83,7 @@ body.light-theme input[type="date"]::placeholder,
|
||||||
body.light-theme input[type="time"]::placeholder,
|
body.light-theme input[type="time"]::placeholder,
|
||||||
body.light-theme select::placeholder,
|
body.light-theme select::placeholder,
|
||||||
body.light-theme textarea::placeholder {
|
body.light-theme textarea::placeholder {
|
||||||
color: #1C1C1C;
|
color: #FFFFFF;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
body.light-theme input[type="text"] ::-ms-input-placeholder,
|
body.light-theme input[type="text"] ::-ms-input-placeholder,
|
||||||
|
@ -94,7 +94,7 @@ body.light-theme input[type="time"] ::-ms-input-placeholder,
|
||||||
body.light-theme select ::-ms-input-placeholder,
|
body.light-theme select ::-ms-input-placeholder,
|
||||||
body.light-theme textarea ::-ms-input-placeholder {
|
body.light-theme textarea ::-ms-input-placeholder {
|
||||||
/* Microsoft Edge */
|
/* Microsoft Edge */
|
||||||
color: #1C1C1C;
|
color: #FFFFFF;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
body.light-theme button,
|
body.light-theme button,
|
||||||
|
@ -234,13 +234,14 @@ 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: white;
|
background: #4f4f4f;
|
||||||
}
|
}
|
||||||
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: white;
|
background: #4f4f4f;
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
body.light-theme #combat #combat-round {
|
body.light-theme #combat #combat-round {
|
||||||
color: #c40f0f;
|
color: #c40f0f;
|
||||||
|
@ -776,3 +777,4 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.notes section > input {
|
||||||
body.light-theme .sw5e.sheet.actor.npc .swalt-sheet header .experience {
|
body.light-theme .sw5e.sheet.actor.npc .swalt-sheet header .experience {
|
||||||
color: #4f4f4f;
|
color: #4f4f4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -80,16 +80,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
</label>
|
</label>
|
||||||
<div>
|
|
||||||
<label>{{localize "SW5E.MovementConfig"}}</label>
|
|
||||||
<a class="configure-movement" title="{{localize 'SW5E.MovementConfig'}}"><i class="fas fa-cog"></i></a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
{{#unless isVehicle}}
|
|
||||||
<label>{{localize "SW5E.SpecialTraits"}}</label>
|
|
||||||
<a class="configure-flags"><i class="fas fa-cog"></i></a>
|
|
||||||
{{/unless}}
|
|
||||||
</div>
|
|
||||||
<div class="languages">
|
<div class="languages">
|
||||||
<label data-options="share-languages" class="languages">{{localize "SW5E.Languages"}}</label>
|
<label data-options="share-languages" class="languages">{{localize "SW5E.Languages"}}</label>
|
||||||
<a class="trait-selector" data-options="languages" data-target="data.traits.languages">
|
<a class="trait-selector" data-options="languages" data-target="data.traits.languages">
|
||||||
|
@ -101,6 +91,13 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
{{#unless isVehicle}}
|
||||||
|
<div class="form-group ">
|
||||||
|
<label>{{localize "SW5E.SpecialTraits"}}</label>
|
||||||
|
<a class="config-button" data-action="flags" title="{{localize 'SW5E.SpecialTraits'}}"><i class="fas fa-cog"></i></a>
|
||||||
|
</div>
|
||||||
|
{{/unless}}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label>{{localize "SW5E.TraitArmorProf"}}</label>
|
<label>{{localize "SW5E.TraitArmorProf"}}</label>
|
||||||
<a class="trait-selector" data-options="armorProficiencies" data-target="data.traits.armorProf">
|
<a class="trait-selector" data-options="armorProficiencies" data-target="data.traits.armorProf">
|
||||||
|
@ -181,11 +178,5 @@
|
||||||
</div>{{#if isCharacter}}
|
</div>{{#if isCharacter}}
|
||||||
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#unless isVehicle}}
|
|
||||||
<div>
|
|
||||||
<label>{{localize "SW5E.SpecialTraits"}}</label>
|
|
||||||
<a class="config-button" data-action="flags" title="{{localize 'SW5E.SpecialTraits'}}"><i class="fas fa-cog"></i></a>
|
|
||||||
</div>
|
|
||||||
{{/unless}}
|
|
||||||
<ul class="passives"></ul>
|
<ul class="passives"></ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue