]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make css selector more specific for the sharing dropdown
authorMichael Gapczynski <mtgap@owncloud.com>
Fri, 31 Aug 2012 21:26:32 +0000 (17:26 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Fri, 31 Aug 2012 21:26:32 +0000 (17:26 -0400)
core/css/share.css

index abaeb07dd8a734a4d1105e0eb9bda47702904bb8..cccc3585a47f007b0be89b04fb12c0ea0787462c 100644 (file)
@@ -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; }