mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
fixed css rule after some change in old eTemplate causing border-style: groove around each filename
This commit is contained in:
parent
7a1c48ddad
commit
4818335176
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user