humhub/static/less/datepicker.less
aronbos c83ca28a42
Remove old prefixes (#5972)
* Update base.less

* Update button.less

* Update login.less

* Update tooltip.less

* Update richtext.less

* Update progress.less

* Update mentioning.less

* Update loader.less

* Remove old prefixes

* Update datepicker.less

* Update comment.less

* Remove old-prefixes

* Remove old prefixes

* Remove old prefixes

* Remove old prefixes

* Remove old prefixes

* Update modal.less

* Remove old prefixes
2022-12-30 13:02:33 +01:00

50 lines
1.3 KiB
Plaintext

// Datepicker
.ui-widget-header {
border: none !important;
background: @background-color-main !important;
color: @text-color-secondary !important;
font-weight: 300 !important;
}
.ui-widget-content {
border: 1px solid #dddcda !important;
border-radius: 0 !important;
background: @background-color-main;
color: @text-color-highlight !important;
box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
opacity: 0.2;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
background: @background-color-main !important;
border: none;
margin: 1px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: none !important;
background: @background-color-secondary !important;
color: @text-color-secondary !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: none !important;
border: 1px solid @background4 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid @info !important;
background: lighten(@info, 25%) !important;
}