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.

buttons

2 posters

Go down

In progress buttons

Post by HosHos October 31st 2015, 2:05 pm

Hello
So I want to make buttons
buttons Untitl18
HosHos
HosHos
New Member

Posts : 18
Reputation : 1
Language : English

https://help.forumotion.com

Back to top Go down

In progress Re: buttons

Post by Ange Tuteur October 31st 2015, 2:29 pm

Hi @HosHos,

You can find your answer here :
https://help.forumotion.com/t144029-buttons
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: buttons

Post by HosHos November 1st 2015, 11:16 am

does not work
Knowing the Forum phpBB2
HosHos
HosHos
New Member

Posts : 18
Reputation : 1
Language : English

https://help.forumotion.com

Back to top Go down

In progress Re: buttons

Post by Ange Tuteur November 1st 2015, 11:22 am

Try this instead, then :
Code:
/* buttons */
input[type="button"], input[type="submit"] {
  color:#FFF !important;
  font-weight:bold;
  background:#8C5;
  border:none !important;
  border-bottom:2px solid #6A3 !important;
  border-radius:3px;
  padding:5px 10px !important;
  margin:3px;
  -webkit-transition:300ms;
          transition:300ms;
  cursor:pointer;
}

input[type="button"]:hover, input[type="submit"]:hover {
  background-color:#333;
  border-color:#111 !important;
}

input[type="button"]:focus, input[type="submit"]:focus {
  background-color:#EB5;
  border-color:#C93 !important;
  outline:none;
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: buttons

Post by HosHos November 1st 2015, 11:35 am

very beautiful
But replays button [reset] does not work
With fields of the tables
HosHos
HosHos
New Member

Posts : 18
Reputation : 1
Language : English

https://help.forumotion.com

Back to top Go down

In progress Re: buttons

Post by Ange Tuteur November 1st 2015, 11:44 am

Try this :
Code:
/* buttons */
input[type="button"], input[type="submit"], input.liteoption, input.mainoption {
  color:#FFF !important;
  font-weight:bold;
  background:#8C5;
  border:none !important;
  border-bottom:2px solid #6A3 !important;
  border-radius:3px;
  padding:5px 10px !important;
  margin:3px;
  -webkit-transition:300ms;
          transition:300ms;
  cursor:pointer;
}

input[type="button"]:hover, input[type="submit"]:hover, input.liteoption:hover, input.mainoption:hover {
  background-color:#333;
  border-color:#111 !important;
}

input[type="button"]:focus, input[type="submit"]:focus, input.liteoption:focus, input.mainoption:focus {
  background-color:#EB5;
  border-color:#C93 !important;
  outline:none;
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: buttons

Post by HosHos November 1st 2015, 11:49 am

fields of the tables does not work
buttons Untitl19
HosHos
HosHos
New Member

Posts : 18
Reputation : 1
Language : English

https://help.forumotion.com

Back to top Go down

In progress Re: buttons

Post by Ange Tuteur November 1st 2015, 12:09 pm

I'm not sure I comprehend.. what do you mean ? Are we still talking about buttons ? scratch
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: buttons

Post by HosHos November 1st 2015, 12:15 pm

buttons 1f600
I mean change the shape of the boxes with buttons
When you put the mouse on the box to change the form of the frame
HosHos
HosHos
New Member

Posts : 18
Reputation : 1
Language : English

https://help.forumotion.com

Back to top Go down

Back to top

- Similar topics

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