Commit 01b00457 by amalk

11-06-2019

parent d990c9c9
...@@ -576,8 +576,11 @@ bs-datepicker-container{ ...@@ -576,8 +576,11 @@ bs-datepicker-container{
padding:0px; padding:0px;
.bs-datepicker-head{ .bs-datepicker-head{
background: #2655bf; background: #2655bf;
height: 40px;
padding:4px;
} }
.bs-datepicker-body{ .bs-datepicker-body{
padding:0px;
table{ table{
thead{ thead{
tr{ tr{
...@@ -589,10 +592,13 @@ bs-datepicker-container{ ...@@ -589,10 +592,13 @@ bs-datepicker-container{
tbody{ tbody{
tr{ tr{
td{ td{
padding:5px; padding:1px;
span{ span{
border-radius: 0px; border-radius: 0px;
font-size: 16px; font-size:12px;
width:25px;
height:25px;
} }
.selected{ .selected{
background: #2655bf; background: #2655bf;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment