small style updates

This commit is contained in:
Nathanael Phillips 2020-11-09 07:27:16 -07:00
parent 105ebc16b7
commit 0dba80c85a
7 changed files with 187 additions and 25 deletions

View file

@ -28,13 +28,21 @@
.sw5e.sheet.actor {
color: @colorBlack;
input, select, textarea {
&:hover {
border-color: @inputBorderFocus;
}
&:focus {
border-color: @inputBorderFocus;
}
}
.swalt-sheet {
section>h1 {
border-bottom: 2px solid @colorBlue;
}
header {
h1.character-name {
color: @actorNameColor;
@ -247,7 +255,9 @@
&:nth-child(even) {
background-color: @actorSkillsAltRowColor;
}
.proficiency-toggle {
color: @colorBlack;
}
.skill-name {
&:hover {