Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
www.filmforen.de

Farbe des Hochladen-Buttons im Editor

Recommended Posts

Wie wärs im CSS? :lol:

<input class='input-ok-content' style='margin:0px;padding:2px' type='submit' value='HOCHLADEN' />
.input-ok-content
{
padding: 4px;
margin: 4px;
background-color: #CFC;
}

Share this post


Link to post

ja, klar. das habe ich schon versucht. bei mir steht da jetzt folgendes:

.input-ok-content

{

	padding: 4px;

	margin: 4px;

	background-color: #CAE0CF;

}

die skin zeigt sich leider völlig unbeeindruckt davon... :(

EDIT: jetzt hat's funktioniert. gab vielleicht probleme mit dem cache oder so. danke jedenfalls!

Edited by www.filmforen.de

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×