we have to go to the css file and write the code bellow to change the defualt color with #33cc33 color
.datepicker .table-condensed > thead {
color: white;
/*background-color: #106bac;*/
/*background-color:#bfb9b9;*/
/*background-color:#d11f22;*/
background-color:#33cc33;
}
.datepicker .table-condensed > tbody > tr , .datepicker .table-condensed > tbody > tr > td {
/*color: white;
background-color: #1fa135;*/
background-color:white;
border-color: white;
/*border-style: solid;*/
}
.datepicker .table-condensed > thead > tr:first-child th:hover {
color: white;
/*background-color: #71b5e5;*/
/*background-color: #ccc;*/
/*background-color: #d11f22;*/
background-color: #33cc33;
}
.datepicker {
.table-condensed {
> tbody {
> tr {
> td {
&.active, .active {
background-color: #33cc33;
border-radius: 40%;
}
}
}
}
}
}
color: white;
/*background-color: #106bac;*/
/*background-color:#bfb9b9;*/
/*background-color:#d11f22;*/
background-color:#33cc33;
}
.datepicker .table-condensed > tbody > tr , .datepicker .table-condensed > tbody > tr > td {
/*color: white;
background-color: #1fa135;*/
background-color:white;
border-color: white;
/*border-style: solid;*/
}
.datepicker .table-condensed > thead > tr:first-child th:hover {
color: white;
/*background-color: #71b5e5;*/
/*background-color: #ccc;*/
/*background-color: #d11f22;*/
background-color: #33cc33;
}
.datepicker {
.table-condensed {
> tbody {
> tr {
> td {
&.active, .active {
background-color: #33cc33;
border-radius: 40%;
}
}
}
}
}
}
No comments:
Post a Comment