Files
roll20-character-sheets/Miseries & Misfortunes/css/input.css
T

47 lines
1019 B
CSS

input[type='radio'].sheet-playing:checked ~ .sheet-edit,
input[type='radio'].sheet-editing:checked ~ .sheet-play,
input[type='radio'].sheet-playing:checked ~ .sheet-tabcontainer .sheet-edit,
input[type='radio'].sheet-editing:checked ~ .sheet-tabcontainer .sheet-play,
input[type='radio'].sheet-playing:checked ~ .sheet-tabcontainer .repcontrol {
display: none;
}
.sheet-edit:not(span),
.sheet-edit > select,
input[type='radio'].sheet-editing:checked ~ .sheet-tabcontainer .sheet-both {
background-color: rgb(255, 255, 0, 0.2);
}
.sheet-both,
input.sheet-edit,
select {
width: 170px;
font-family: 'Syne Mono';
color: #505050;
border: none;
line-height: 10px;
padding: 0px;
}
textarea.sheet-edit {
width: calc(100% - 15px);
resize: vertical;
height: 100px;
font-family: 'Syne Mono';
color: #505050;
border: none;
padding: 0px;
}
.sheet-text-area-container {
min-height: 100px;
}
input[type='number'] {
text-align: center;
}
input[type='number'].sheet-both {
margin-left: 10px;
}