From 83563f5b645d005831561db16f821c21f4aa8564 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Wed, 9 Dec 2009 23:20:45 +0000 Subject: Futon: Gecko now supports box-shadow, too. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@889017 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 22eb6061..4a8e6d67 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -146,7 +146,7 @@ div.grippie { background: #e9e9e9 url(../image/grippie.gif) 50% 50% no-repeat; ul.suggest-dropdown { border: 1px solid #999; background-color: #eee; padding: 0; margin: 0; list-style: none; opacity: .85; - -webkit-box-shadow: 2px 2px 10px #333; + -moz-box-shadow: 2px 2px 10px #333; -webkit-box-shadow: 2px 2px 10px #333; } ul.suggest-dropdown li { padding: 2px 5px; white-space: nowrap; color: #101010; text-align: left; @@ -252,7 +252,8 @@ body.fullwidth #wrap { margin-right: 0; } } #dialog { background: #333 url(../image/progress.gif) 50% 50% no-repeat; color: #f4f4f4; overflow: hidden; opacity: .95; max-width: 33em; - padding: 1em 1em 0; -moz-border-radius: 7px; -webkit-border-radius: 7px; + padding: 1em 1em 0; -moz-border-radius: 7px; + -moz-box-shadow: 4px 4px 6px #333; -webkit-border-radius: 7px; -webkit-box-shadow: 4px 4px 6px #333; } *html #dialog { width: 33em; } -- cgit v1.2.3