Corrected the focus on transction_id, also

1).  In mysql, description is not text
2).  .. added history as blob, drupalish
This commit is contained in:
Jonathan Rosenbaum
2015-02-06 06:24:18 +00:00
parent ebc4bdd989
commit ba0b491344
3 changed files with 13 additions and 3 deletions
+5 -1
View File
@@ -22,7 +22,11 @@ input[value=Delete], input[name=date_fill] {
cursor: pointer;
}
select[name=transaction_type], form[name=FormEdit] select:focus {
form[name=FormEdit] select:focus {
color: green;
}
select[name=transaction_type]:focus {
color: green;
}