Skip to content
Snippets Groups Projects
Commit ad7437a6 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge branch 'cursor_hover_email' into dev

parents e4cfc151 60e0169e
No related branches found
No related tags found
No related merge requests found
......@@ -241,11 +241,15 @@ label {
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
#inputs > li > label {
.inputs > li > label {
cursor: pointer;
color: #333;
}
.inputs > li:only-child > label {
cursor: default;
}
input[type=email],
input[type=password] {
width: 100%;
......@@ -506,7 +510,7 @@ html[xmlns] .cf {
font-size: 80%;
}
#inputs li:only-child input[type=radio] {
.inputs > li:only-child input[type=radio] {
display: none;
}
......
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