mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
pixelegg / app
+ Addressbook patch for personal image in list view => now without alpha-filter
This commit is contained in:
parent
f75d93effb
commit
edb61a58f9
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user