projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2426f3a
)
Always use hover effect over checkboxes
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 12 Nov 2010 18:36:21 +0000
(11:36 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 12 Nov 2010 20:22:47 +0000
(13:22 -0700)
imp/themes/dimp/screen.css
patch
|
blob
|
history
diff --git
a/imp/themes/dimp/screen.css
b/imp/themes/dimp/screen.css
index
b35dd0c
..
d3831ce
100644
(file)
--- a/
imp/themes/dimp/screen.css
+++ b/
imp/themes/dimp/screen.css
@@
-225,7
+225,7
@@
div.msCheck {
background-image: url("../graphics/checkbox_off.png");
}
div.msCheck:hover {
- background-image: url("../graphics/checkbox_over.png");
+ background-image: url("../graphics/checkbox_over.png")
!important
;
}
div.vpRowSelected div.msCheck {
background-image: url("../graphics/checkbox_on.png");