How to display the same button as Login
Create fresh and professional look of personal or blog websites with AppsPro Tech
- GK User
- Fri Apr 04, 2014 10:03 am
Hello!
I need to display button for callback, and i want to use the same style as login button. How can i do that
I need to display button for callback, and i want to use the same style as login button. How can i do that
-

- Junior Boarder
- GK User
- Fri Apr 04, 2014 3:08 pm
You need to apply this styling to it:
- Code: Select all
.yourcustombutton {
display: block;
float: left;
font-size: 10px;
font-weight: bold;
height: 20px;
line-height: 21px;
padding: 0 12px;
text-transform: uppercase;
background: #fcda3b;
color: #353639;
text-shadow: 0 1px 1px #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
left: 10px;
margin-top: 5px;
-webkit-transition: background 0.2s ease-out;
-moz-transition: background 0.2s ease-out;
-o-transition: background 0.2s ease-out;
-ms-transition: background 0.2s ease-out;
transition: background 0.2s ease-out;
}
.yourcustombutton:hover {
background: #fff;
}
-

- Moderator
- GK User
- Mon Apr 07, 2014 11:05 am
Thank you!
-

- Junior Boarder
- GK User
- Mon Apr 07, 2014 6:13 pm
If you will have any other questions corresponding to this topic, I'm here to help.
If You will have any other questions, feel free to post new forum threads.
If You will have any other questions, feel free to post new forum threads.
-

- Moderator
- GK User
- Tue Apr 08, 2014 8:13 pm
I have other questions https://www.gavick.com/forums/appsprotech/problem-with-k2-category-blog-34950.html, but nobody has answered me, yet.
-

- Junior Boarder
- GK User
- Thu Apr 10, 2014 7:03 am
Please don't bump your question (reply under your reply) as it pushes your question to bottom of our queue.
-

- Moderator
6 posts
• Page 1 of 1
