diff options
| author | Christopher Lenz <cmlenz@apache.org> | 2009-12-09 23:20:45 +0000 | 
|---|---|---|
| committer | Christopher Lenz <cmlenz@apache.org> | 2009-12-09 23:20:45 +0000 | 
| commit | 83563f5b645d005831561db16f821c21f4aa8564 (patch) | |
| tree | a065b239f41b010d0cdee4627575f37bef0bd0a1 | |
| parent | 8137670b5daf0a53399ff3b77a63ee53ed24f823 (diff) | |
Futon: Gecko now supports box-shadow, too.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@889017 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | share/www/style/layout.css | 5 | 
1 files changed, 3 insertions, 2 deletions
| 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; } | 
