fixed css rule after some change in old eTemplate causing border-style: groove around each filename

This commit is contained in:
Ralf Becker 2013-06-06 15:41:55 +00:00
parent 7a1c48ddad
commit 4818335176

View File

@ -21,4 +21,4 @@
.selectMime select { width: 100%; } .selectMime select { width: 100%; }
/*.selectIcon img { height: 16px; }*/ /*.selectIcon img { height: 16px; }*/
.displayNone input { display: none; } .displayNone input { display: none; }
.selectFiles td div { border-style: groove; } tr.selectFiles > td > div { border-style: groove; }