Skip to content
Snippets Groups Projects
Commit a3ea632a authored by Connor Brock's avatar Connor Brock
Browse files

Added CSS tweaks.

parent 6705ffd0
No related branches found
No related tags found
1 merge request!41Resolve "As a convenience enthusiast, I want a drop down menu to be able to quickly scan QR codes I find along my dragon trail so that I may continue on my adventure without disruption."
......@@ -17,18 +17,14 @@ body{
cursor: pointer;
}
.dropdown option{
display: block;
color: #393433;
text-decoration: none;
padding: 10px 15px;
}
.dropdown .content{
display: none;
position: absolute;
background-color: #D3B69C;
min-width:100px;
box-shadow: white;
z-index: 1;
}
.dropdown:hover .content{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment