pixelegg / app

+ Addressbook

patch for personal image in list view => now without alpha-filter
This commit is contained in:
Stefan Reinhardt 2014-07-24 12:39:20 +00:00
parent f75d93effb
commit edb61a58f9
2 changed files with 10 additions and 1 deletions

View File

@ -5719,6 +5719,15 @@ table.egwGridView_grid img.iphoto {
height: 9em;
margin: 0.2em;
max-height: 60px;
/*filter grey*/
filter: none;
-webkit-filter: initial;
-moz-filter: initial;
-ms-filter: initial;
-o-filter: initial;
/*filter: url(grayscale.svg); Firefox 4+ */
filter: initial;
/* IE 6-9 */
}
table.egwGridView_grid tbody {
border-bottom: 1px solid #000000;

View File

@ -201,7 +201,7 @@ table.egwGridView_grid{
width: 100%;
img{ .dimension_height_s;}
img.iphoto {height: 9em;margin: 0.2em; max-height: 60px;}
img.iphoto {height: 9em;margin: 0.2em; max-height: 60px; .img_filter_none;}
tbody {
border-bottom: 1px solid @lightgray;