PopLogin "login" button style
- Posted by josehun (2) Offline
- Posted by TemplatePlazza (5310) Offline
- Posted by josehun (2) Offline
- Posted by TemplatePlazza (5310) Offline
Hi, You can edit this file http://www.i t e s t.hu/modules/mod_poplogin/assets/mod_poplogin.css and edit these lines :
11 years 2 months ago #4
by TemplatePlazza
.tppopsigninbutton a,
.tppoploginbutton {
background:url(bgtppoploginbutton.png) no-repeat right 50% #00A8C6;
width: 140px !important;
color: #FFF!important;
text-shadow:0px 1px 0px #276891;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
padding: 10px 10px!important;
cursor: pointer;
font-size: 16px!important;
float: left;
text-align: left;
}
.tppopsigninbutton a{
background:url(bgtppoploginbutton.png) no-repeat right 50% #6CB329;
}
.tppopsigninbutton a,
.tppopsigninbutton a:visited {
color: #FFF!important;
font-size: 16px!important;
}
.tppopsigninbutton a:hover,
.tppoploginbutton:hover {
background-color: #000;
color: #FFF!important;
text-shadow:none;
}
Please Log in or Create an account to join the conversation.