forked from extern/egroupware
pixelegg - image Filter gray for .et2_appicon
NEWS APP - ADMIN APP etemplate2
This commit is contained in:
parent
05b8144bc8
commit
f76663d9a4
@ -109,14 +109,13 @@ td.admin_userAgent span {
|
|||||||
table.egwGridView_grid img {
|
table.egwGridView_grid img {
|
||||||
/*filter grey*/
|
/*filter grey*/
|
||||||
/*filter grey*/
|
/*filter grey*/
|
||||||
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
filter: none;
|
||||||
-webkit-filter: grayscale(100%);
|
-webkit-filter: initial;
|
||||||
-moz-filter: grayscale(100%);
|
-moz-filter: initial;
|
||||||
-ms-filter: grayscale(0%);
|
-ms-filter: initial;
|
||||||
-o-filter: grayscale(100%);
|
-o-filter: initial;
|
||||||
filter: grayscale(100%);
|
|
||||||
/*filter: url(grayscale.svg); Firefox 4+ */
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
||||||
filter: gray;
|
filter: initial;
|
||||||
/* IE 6-9 */
|
/* IE 6-9 */
|
||||||
}
|
}
|
||||||
/*###########################################
|
/*###########################################
|
||||||
|
@ -93,7 +93,7 @@ iframe#admin-index_iframe{
|
|||||||
// gray Filter for images
|
// gray Filter for images
|
||||||
table.egwGridView_grid img {
|
table.egwGridView_grid img {
|
||||||
/*filter grey*/
|
/*filter grey*/
|
||||||
.img_filter_gray;
|
.img_filter_none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user