Add text cursor to file input in QR

This commit is contained in:
Jordan Bates 2013-04-18 11:16:18 -07:00
parent f0c185c1e7
commit 40884af79c
4 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -662,6 +662,9 @@ input.field.tripped:not(:hover):not(:focus) {
overflow: hidden;
padding: 2px 1px 0;
}
#qr-filename-container:hover {
cursor: text;
}
#qr-filerm {
position: relative;
right: 14px;