buttons
2 posters
Page 1 of 1
Re: buttons
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;
}
Re: buttons
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;
}
Re: buttons
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
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum