small css issue

0 views
Skip to first unread message

Vitaly Alyokhin

unread,
Mar 11, 2010, 8:40:57 AM3/11/10
to diem-...@googlegroups.com
dunno why, but this make hidden fields visilble in popups as small bordered boxes.

dmReset.css (string 41)
.dm input, .dm input.submit, .dm input:focus, .dm select, .dm select:focus, .dm textarea, .dm textarea:focus {
  border:1px solid #D4D4D4;


I fix this by adding:

input[type=hidden] {
  display: none;
}
 
Checked in FF + Chrome in Ubuntu.

thibault

unread,
Mar 11, 2010, 8:44:52 AM3/11/10
to diem-...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages