Implemented text field functionality
Character text fields now work. Slightly modified versions will be needed for Spells, features, etc.
This commit is contained in:
11
rpg-docs/client/views/character/textField/textField.css
Normal file
11
rpg-docs/client/views/character/textField/textField.css
Normal file
@@ -0,0 +1,11 @@
|
||||
#textOutput.notEditing{
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#textInput {
|
||||
width:100%;
|
||||
height:100%;
|
||||
box-sizing: border-box; /* For IE and modern versions of Chrome */
|
||||
-moz-box-sizing: border-box; /* For Firefox */
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
Reference in New Issue
Block a user