Anyway to customize the editor?
2 posters
Page 1 of 1
Anyway to customize the editor?
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?
Guest- Guest
Re: Anyway to customize the editor?
Hi Ace700,
You can edit mostly any part of the editors style by using CSS.
For the buttons you can use :
There was also new options added to the colors for editing the textarea and toolbar color of the editor.
You can edit mostly any part of the editors style by using CSS.
For the buttons you can use :
- Code:
.sceditor-button { background:red !important; }
There was also new options added to the colors for editing the textarea and toolbar color of the editor.
Re: Anyway to customize the editor?
Thanks for the reply. What about the floating when you highlight?
I would do this stuff.. But I don't understand where the ids are located hence the name sceditor.
I would do this stuff.. But I don't understand where the ids are located hence the name sceditor.
Guest- Guest
Re: Anyway to customize the editor?
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; }
Re: Anyway to customize the editor?
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; }
Guest- Guest
Re: Anyway to customize the editor?
What exactly was it you wanted to do ? I didn't really understand your explanation.
Re: Anyway to customize the editor?
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.
Guest- Guest
Re: Anyway to customize the editor?
You can try this :
The button will move up 3px when you hover over it.
- Code:
.sceditor-button:hover { position:relative; bottom:3px; }
The button will move up 3px when you hover over it.
Re: Anyway to customize the editor?
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.
http://prntscr.com/2ikyu4
Guest- Guest
Re: Anyway to customize the editor?
- Code:
.sceditor-button:hover { position:relative !important; bottom:3px !important; }
Also add it to the top of the stylesheet.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Anyway to customize the editor?
Still not working. I just want it when you hover on it, it wont raise up. Similar to the forumotion one on here.
Guest- Guest
Re: Anyway to customize the editor?
Please post (use the code tags) here all the CSS that is related to the editor in your stylesheet.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Anyway to customize the editor?
- Code:
/*Editor*/
.sceditor-button:hover { position:relative; bottom:0px; }
.sceditor-button { background:transparent !important; }
Guest- Guest
Re: Anyway to customize the editor?
Oh, I see what you mean now. We had a problem similar to this before.
Try adding this to your CSS :
Try adding this to your CSS :
- Code:
.sceditor-button:hover { height:20px !important; }
Re: Anyway to customize the editor?
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; }
Guest- Guest
Re: Anyway to customize the editor?
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Login customize
» The Editor Tools Are Missing From The Full Message Editor!
» How to customize the toolbar?
» How do you customize the Jump to: menu?
» Customize pagination
» The Editor Tools Are Missing From The Full Message Editor!
» How to customize the toolbar?
» How do you customize the Jump to: menu?
» Customize pagination
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum