Vergleich jscripts/sceditor/editor_themes/buttons.css - 1.8.1 - 1.8.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 740Zeile 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;

}

}