Files
roll20-character-sheets/Microlite20/microlite20.css
T
hylianux 03af67df54 edit css for firefox display
Firefox always displays these arrows on input=number fields.  I've
changed it so that they only appear when you hover over the field.
2015-02-27 08:53:44 -05:00

34 lines
661 B
CSS

.charsheet label {
display: inline-block;
}
.charsheet input {
display: inline-block;
width: 165px;
}
.sheet-col strong.sheet-dee {
font-size: 1.4em;
font-weight: bold;
padding-right: 4px;
}
.charsheet input.sheet-short {
width: 3.5em;
}
.charsheet {
background-image: url("http://freeseamlesstextures.com/images/11-fiber-paper-background-sml.jpg");
}
.charsheet table td, .charsheet table th {
font-size: 1.2em;
font-weight: bold;
text-align: center;
}
select.sheet-dtype {
width: 60px;
vertical-align: top;
}
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
-moz-appearance: number-input;
}