17 lines
269 B
CSS
17 lines
269 B
CSS
input[type=button].christmas_btn {
|
|
width: 67%;
|
|
}
|
|
select.christmas_freq {
|
|
width: 20%;
|
|
font-size: 12pt !important;
|
|
}
|
|
select {
|
|
border-radius: 0.75em;
|
|
}
|
|
.christmas_active {
|
|
background-color: #FF8888 !important;
|
|
}
|
|
#tabs .ui-tabs-nav li {
|
|
font-size: 45%;
|
|
}
|