As the title says it can you edit it(excluding color) Unless it's this part: http://prntscr.com/2ijbcx
So yea any help?
So yea any help?
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
.sceditor-button { background:red !important; }
.sceditor-button:hover { background:blue !important; }
Noo I didn't want to allow hover. But I think it's the same idea. Thanks!Ange Tuteur wrote:If you wanted to change the hover color you would have to add the :hover pseudo class to your selector :
- Code:
.sceditor-button:hover { background:blue !important; }
Well when you hover over it raises up.Ange Tuteur wrote:What exactly was it you wanted to do ? I didn't really understand your explanation.
.sceditor-button:hover { position:relative; bottom:3px; }
Yea that didn't work sorry. Maybe this pic will help?Ange Tuteur wrote:You can try this :
- Code:
.sceditor-button:hover { position:relative; bottom:3px; }
The button will move up 3px when you hover over it.
.sceditor-button:hover { position:relative !important; bottom:3px !important; }
/*Editor*/
.sceditor-button:hover { position:relative; bottom:0px; }
.sceditor-button { background:transparent !important; }
.sceditor-button:hover { height:20px !important; }
Problem solved. I'd of thanked this but thanked the previous one xP.Ange Tuteur wrote:Oh, I see what you mean now. We had a problem similar to this before.
Try adding this to your CSS :
- Code:
.sceditor-button:hover { height:20px !important; }