input.bbutton {
font-size: 12px;
- color: black;
- height: 25px;
+ vertical-align: baseline;
+ -webkit-appearance: none;
+ text-shadow: 0 1px 1px #7b2121;
+ font-family: "times, serif";
+ font-weight: 600;
+ color: white;
+ height: 28px;
+ line-height: 26px;
cursor: pointer;
- padding: 0;
+ display: inline-block;
+ width: auto;
margin: 0 8px;
- border: 0;
- padding: 0 9px;
+ padding: 0 18px;
min-width: 65px;
- border: 0;
- border-radius: 3px;
- background: transparent url('button-center.png') repeat-x left 0;
+ border-radius: 4px;
+ border: 1px solid #8f2626;
+ background: #ca3838;
+ background-image: linear-gradient(#df8989, #d03232);
}
input.bbutton:hover {
- border: 1px solid red;
- padding: 0 8px;
- background: transparent url('button-center.png') repeat-x left -25px;
+ padding: 0 18px;
+ box-shadow: inset 0 0 3px #faeded;
+ background: #ff7474;
+ border: 1px solid #8f2626;
}
div.slide-window-container {