first commit
This commit is contained in:
16
libraries/framework/skin/base/plugins/datepicker.less
Normal file
16
libraries/framework/skin/base/plugins/datepicker.less
Normal file
@@ -0,0 +1,16 @@
|
||||
/*===============================================
|
||||
Bootstrap Datepicker
|
||||
================================================= */
|
||||
|
||||
/* today item - bg */
|
||||
.bootstrap-datetimepicker-widget td.today:before {
|
||||
border-bottom: 7px solid @brand-primary;
|
||||
}
|
||||
/* active/:hover item - bg */
|
||||
.bootstrap-datetimepicker-widget td.active,
|
||||
.bootstrap-datetimepicker-widget td.active:hover,
|
||||
.bootstrap-datetimepicker-widget td span.active {
|
||||
background-color: #428bca;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
Reference in New Issue
Block a user