diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-22 17:57:06 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-22 17:57:06 -0400 |
| commit | cf4dec59573a8ca46e2dc1cc3e234c1ad33e06fb (patch) | |
| tree | 1276a9b9edce778de8cc2667e4b1e6cdb56cb478 | |
| parent | 7db4f66dc4510ea11c0b0f09569d8477c9fac90f (diff) | |
| parent | e8785d808fe3cf169707453d90b09908bcb09d97 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
| -rwxr-xr-x | static/css/dump.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index bc742fe..71fed17 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -354,6 +354,7 @@ width:100; background-position:center; opacity:0.5; z-index:2; +background-color:#fff; display: inline-block; } @@ -371,7 +372,7 @@ width:100; cursor: pointer; background-image:url("/static/img/thumbs/heartcolorshift.gif"); background-color:white; - opacity:0.5; + opacity:0.9; color:#000; background-position:bottom right; background-attachment:fixed; @@ -397,7 +398,7 @@ a.msg-image-zoom img.zoom-icon { width: 48px; display:inline-block; z-index:100000000000; - opacity:1; + opacity:0.9; border: 1px solid black; box-shadow: -1px 1px 0px #000; -webkit-box-shadow:-1px 1px 0px #000; @@ -405,7 +406,7 @@ z-index:100000000000; } a.msg-image-zoom img.zoom-icon:hover { - opacity:1.0; + opacity:1; border-top: 1px solid black; border-right: 1px solid black; border-left: 2px solid black; |
