Brings focus back to select > transaction_type, green in css.

This commit is contained in:
Jonathan Rosenbaum
2015-01-30 08:26:30 +00:00
parent be43ea3245
commit 50ecfd22d1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ input[value=Delete], input[name=date_fill] {
cursor: pointer;
}
form[name=FormEdit] select:focus {
select[name=transaction_type], form[name=FormEdit] select:focus {
color: green;
}