]> source.dussan.org Git - nextcloud-server.git/commitdiff
reduced text shadow brightness
authorJan-Christoph Borchardt <jan@unhosted.org>
Thu, 10 May 2012 13:37:48 +0000 (13:37 +0000)
committerJan-Christoph Borchardt <jan@unhosted.org>
Thu, 10 May 2012 13:37:48 +0000 (13:37 +0000)
apps/files/css/files.css

index 078f5872a2386de703defceae792818587c31f91..0b593a91df1e29e83484404a8059e7200308dee3 100644 (file)
@@ -14,7 +14,7 @@
 .file_upload_wrapper .file_upload_button_wrapper { position:absolute; top:0; left:0; width:100%; height:100%; cursor:pointer; z-index:1000; }
 #new { float:left; border-top-right-radius:0; border-bottom-right-radius:0; margin:0 0 0 1em; border-right:none; z-index:1010; height:1.3em; }
 #new.active { border-bottom-left-radius:0; border-bottom:none; background:#f8f8f8 }
-#new>a { padding-left:1em; padding-right:1em; color:#fff; text-shadow:0 1px 0 #cfc; }
+#new>a { padding-left:1em; padding-right:1em; color:#fff; text-shadow:0 1px 0 #51a351; }
 #new>ul { display:none; position:fixed; text-align:left; padding:.5em; background:#f8f8f8; margin-top:0.075em; border:1px solid #ddd; min-width:7em; margin-left:-.5em; z-index:-1; }
 #new>ul>li { margin:.3em; padding-left:2em; background-repeat:no-repeat; cursor:pointer; padding-bottom:0.1em }
 #new>ul>li>p { cursor:pointer; }