View Single Post
Old 02-01-2019, 12:35 AM  
xxx6live
Confirmed User
 
xxx6live's Avatar
 
Industry Role:
Join Date: Dec 2012
Location: Scandinavia
Posts: 268
Quote:
Originally Posted by PornGrowsOnTrees View Post
Hey bud, it works perfect thanks! ;)
Nice!

If you want the button rounded and some feedback when hovering over, add border and hover on the button:

Code:
.green_button_tip {
  background: red;
  border: 1px solid transparent;
  border-radius: 7px;
}

.green_button_tip:hover  {
	border-color: blue;
}
__________________
See the top models online now
xxx6live is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote