The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Writing buttons box

2 posters

Go down

In progress Writing buttons box

Post by HosHos October 18th 2015, 11:48 pm

I want Css
Which changes the shape of the buttons to this form
Writing buttons box 14y1r8g
HosHos
HosHos
New Member

Posts : 18
Reputation : 1
Language : English

https://help.forumotion.com

Back to top Go down

In progress Re: Writing buttons box

Post by HosHos October 19th 2015, 5:29 pm

any help Smile ?
HosHos
HosHos
New Member

Posts : 18
Reputation : 1
Language : English

https://help.forumotion.com

Back to top Go down

In progress Re: Writing buttons box

Post by Ange Tuteur October 19th 2015, 6:49 pm

Hi @HosHos,

Add the following CSS to your stylesheet.
Display > Colors > CSS stylesheet
Code:
div.sceditor-group {
  background:#FFF !important;
  border:1px solid #DDD !important;
  padding:0 !important;
  overflow:hidden;
}

.sceditor-button {
  background:#FFF !important;
  border-radius:0 !important;
  border-right:1px solid #DDD;
}

div.sceditor-group > .sceditor-button:last-child { border:none }

.sceditor-button.active, .sceditor-button:active, .sceditor-button:hover, .hover {
  box-shadow:none !important;
  background:#FFA !important;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Writing buttons box

Post by HosHos October 20th 2015, 1:16 am

thank you Smile
Not exactly what you want but good this code.
HosHos
HosHos
New Member

Posts : 18
Reputation : 1
Language : English

https://help.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum