Vergleich jscripts/sceditor/editor_themes/monocons.css - 1.8.1 - 1.8.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 696Zeile 696
}

/* Additonal buttons (for MyBB) */

}

/* Additonal buttons (for MyBB) */

.sceditor-button-video div  {

*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e000');


.sceditor-button-video div  { 
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e000');



}

.sceditor-button-video div:before {

}

.sceditor-button-video div:before {

  content: "\e000";

	content: "\e000";

}

.sceditor-button-php div {

}

.sceditor-button-php div {

    
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e652');

	*zoom: expression(this.runtimeStyle['zoom'] = '0', this.innerHTML = '\24C5');


}

.sceditor-button-php div:before {

}

.sceditor-button-php div:before {

  content: "\e025";







	content: "\24C5";
font-size: 17px;
line-height: 0.85;
}

.sceditor-button-php:hover {
text-decoration: none;

}

}