mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-23 09:16:10 +01:00
Enlarge the font size for select boxes
The text for the select boxes on mobile is tiny. The makes them hard to hit. Combined with the padding added earlier, this makes the select boxes more usable when dealing with a mobile UI.
This commit is contained in:
parent
811d5321c2
commit
f5af02d314
1 changed files with 4 additions and 0 deletions
|
|
@ -239,6 +239,10 @@ input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project
|
|||
padding: 8px 8px;
|
||||
}
|
||||
|
||||
select {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.next-prev-project {
|
||||
overflow:auto;
|
||||
padding:0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue