Zeile 740 | Zeile 740 |
---|
}
/* Additional buttons (for MyBB) */
|
}
/* Additional buttons (for MyBB) */
|
.sceditor-button-video div { background-image: url(video.png);
| .sceditor-button-video div { *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e000');
|
}
|
}
|
| .sceditor-button-video div:before { content: "\e000"; }
|
.sceditor-button-php div {
|
.sceditor-button-php div {
|
background-image: url(php.png);
| *zoom: expression(this.runtimeStyle['zoom'] = '0', this.innerHTML = '\24C5'); }
.sceditor-button-php div:before { content: "\24C5"; font-size: 17px; line-height: 0.85; }
.sceditor-button-php:hover { text-decoration: none;
|
}
| }
|