Skip to content
Snippets Groups Projects
Commit c07eb4fe authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Make css selector more specific for the sharing dropdown

parent 72e80bf6
No related branches found
No related tags found
No related merge requests found
......@@ -16,5 +16,5 @@ a.showCruds:hover { opacity:1; }
a.unshare { float:right; display:inline; padding:.3em 0 0 .3em !important; opacity:.5; }
a.unshare:hover { opacity:1; }
#link { border-top:1px solid #ddd; padding-top:0.5em; }
input[type="text"], input[type="password"] { width:90%; }
#dropdown input[type="text"], #dropdown input[type="password"] { width:90%; }
#linkText, #linkPass { 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