diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-03 23:39:51 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-03 23:39:51 -0500 |
| commit | 9d4e112788a7047279698152c1c1db1662d89b0d (patch) | |
| tree | d7278ff2f83602e9e345f0cb8cd52b63f150c7c5 /static/jScrollPane.css | |
| parent | 85edaa5a10b6a8e3f96fb685c49b95187617f086 (diff) | |
Update w/ PROD images
Diffstat (limited to 'static/jScrollPane.css')
| -rw-r--r-- | static/jScrollPane.css | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/static/jScrollPane.css b/static/jScrollPane.css new file mode 100644 index 0000000..1d9cf92 --- /dev/null +++ b/static/jScrollPane.css @@ -0,0 +1,65 @@ + +.jScrollPaneContainer { + position: relative; + overflow: hidden; + z-index: 1; +} + +.jScrollPaneTrack { + position: absolute; + cursor: pointer; + right: 0; + top: 0; + height: 100%; + background:url(/static/spatter.jpg); +} +.jScrollPaneDrag { + position: absolute; + background:url(/static/background17.gif); + cursor: pointer; + overflow: hidden; +} +.jScrollPaneDragTop { + position: absolute; + top: 0; + left: 0; + overflow: hidden; +} +.jScrollPaneDragBottom { + position: absolute; + bottom: 0; + left: 0; + overflow: hidden; +} +a.jScrollArrowUp { + display: block; + position: absolute; + z-index: 1; + top: 0; + right: 0; + text-indent: -2000px; + overflow: hidden; + /*background-color: #666;*/ + height: 9px; +} +a.jScrollArrowUp:hover { + /*background-color: #f60;*/ +} + +a.jScrollArrowDown { + display: block; + position: absolute; + z-index: 1; + bottom: 0; + right: 0; + text-indent: -2000px; + overflow: hidden; + /*background-color: #666;*/ + height: 9px; +} +a.jScrollArrowDown:hover { + /*background-color: #f60;*/ +} +a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover { + /*background-color: #f00;*/ +}
\ No newline at end of file |
