Skip to content
Snippets Groups Projects
Commit 2ddf83f6 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Hide input-access selectors in mobile.

parent fd6cd52d
No related branches found
No related tags found
No related merge requests found
...@@ -133,3 +133,8 @@ text-decoration:none; ...@@ -133,3 +133,8 @@ text-decoration:none;
border:3px solid #FF0000; border:3px solid #FF0000;
padding:2px; padding:2px;
} }
/* form stuff */
select.input-access {
display: none;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment