ode-csslib-openent
Version:
Open ENT theme by Open Digital Education
163 lines (162 loc) • 3.28 kB
CSS
.icon-reply {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-forward {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-bold {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-italic {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-underline {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-align-left {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-align-center {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-align-right {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-align-justify {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-list-bullet {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-list-numbered {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-font {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-superscript {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-subscript {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-attach {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-music {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-video {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-unlink {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-link {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-smile {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-table {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-code {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-quote {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-picture {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-download {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-fontsize {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}
.icon-header {
*zoom: expression(
this.runtimeStyle[ "zoom" ] = "1",
this.innerHTML = " "
);
}