You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.2 KiB

5 years ago
input{
border: 1px solid #999999;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
select{
border: 1px solid #999999;
background-color: #ffffff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
textarea{
border: 1px solid #999999;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.button{
/* border: 2px solid #ffffff; */
border: 2px solid #6DA966;
padding: 8px;
background-color: #6DA966;
background-image: url(../img/bg_button.png);
background-position: center center;
background-repeat: repeat-x;
background-image: linear-gradient(bottom, #6DA966 8%, #7EC376 54%);
background-image: -o-linear-gradient(bottom, #6DA966 8%, #7EC376 54%);
background-image: -moz-linear-gradient(bottom, #6DA966 8%, #7EC376 54%);
background-image: -webkit-linear-gradient(bottom, #6DA966 8%, #7EC376 54%);
background-image: -ms-linear-gradient(bottom, #6DA966 8%, #7EC376 54%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.08, #6DA966),
color-stop(0.54, #7EC376)
);
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #ffffff;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}