projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a7605d
)
These cursors are better cross-browser
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 18 Nov 2009 01:56:27 +0000
(18:56 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 18 Nov 2009 01:56:27 +0000
(18:56 -0700)
imp/themes/screen-dimp.css
patch
|
blob
|
history
diff --git
a/imp/themes/screen-dimp.css
b/imp/themes/screen-dimp.css
index
456da49
..
afdd09e
100644
(file)
--- a/
imp/themes/screen-dimp.css
+++ b/
imp/themes/screen-dimp.css
@@
-100,13
+100,13
@@
input {
.splitBarHoriz {
background-image: url("graphics/dragHandle.png");
background-position: center top;
- cursor:
ns
-resize;
+ cursor:
row
-resize;
height: 5px;
}
.splitBarVert {
background-image: url("graphics/dragHandleVert.png");
background-position: center;
- cursor:
ew
-resize;
+ cursor:
col
-resize;
height: 300px;
margin-bottom: -1px;
margin-top: -1px;