diff --git a/D&D_3-5/charsheet_3-5.css b/D&D_3-5/charsheet_3-5.css
index a732ae6469..bb0cb6f437 100644
--- a/D&D_3-5/charsheet_3-5.css
+++ b/D&D_3-5/charsheet_3-5.css
@@ -314,6 +314,25 @@ input, select {
width:100%;
}
+/*Adding styling to number fields with range. For untrained skills.*/
+input:in-range {
+ background-color: transparent;
+}
+input:out-of-range {
+ background-color: rgba(255, 0, 0, 0.05);
+ color: red;
+ /* text-decoration: line-through; */
+}
+
+/* Take out the spinner arrows on number inputs. */
+input[type=number] {
+ -moz-appearance: textfield;
+}
+input[type=number]::-webkit-outer-spin-button,
+input[type=number]::-webkit-inner-spin-button {
+ -webkit-appearance: none;
+}
+
/* Hide actual checkbox */
input.sheet-arrow[type="checkbox"]{
opacity: 0;
diff --git a/D&D_3-5/charsheet_3-5.html b/D&D_3-5/charsheet_3-5.html
index 99fd977583..67086327ab 100644
--- a/D&D_3-5/charsheet_3-5.html
+++ b/D&D_3-5/charsheet_3-5.html
@@ -2,7 +2,7 @@
-
+
PC
NPC
@@ -1006,33 +1006,31 @@
size + Deflection + Misc in AC, Touch AC, FF AC
Armor Bonus + Shield Bonus + Natural Armor in AC and FF AC NOT Touch AC
Dex (constrained) + Dodge in AC and Touch AC Not FF AC (dex pen in FF AC)
-->
-
D&D3.5e Character Sheet v2.6.17 6/21/15 by Diana P.
\ No newline at end of file +D&D3.5e Character Sheet v2.6.18 6/30/15 by Diana P.
\ No newline at end of file