Add missing compiled css

This commit is contained in:
Hadi Nategh 2022-08-11 13:16:41 +02:00
parent 9b7fe9403b
commit 83df26d28b

View File

@ -1132,34 +1132,6 @@
.et2_toolbar span.et2_checkbox_slideSwitch.switchOn {
filter: none;
}
/*#################################### ADMIN PART #####################################################*/
iframe#admin-index_iframe {
background-color: yellow;
}
table.egwGridView_grid img {
/*filter grey*/
/*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 */
}
.admin_aclAPP {
/*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 */
}
/*#################################### END ADMIN PART #####################################################*/
}
/*#################################### Media Queries #####################################################*/
@media only screen and (min-width: 980px) and (max-width: 1279px) {