Skip to content
Snippets Groups Projects
Commit a8b7138e authored by Michaela Brückner's avatar Michaela Brückner :unicorn:
Browse files

date picker colors, fixes #1372

Closes #1372

Merge request studip/studip!977
parent 8b8bf237
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
background-color: @brand-color-lighter;
background-color: @brand-color-light;
color: white;
}
......@@ -153,16 +153,23 @@ textarea.ui-resizable-handle.ui-resizable-s {
}
// Date picker
.ui-datepicker-header {
background-color: @brand-color-light;
}
.ui-datepicker-header .ui-icon {
background-image: url(../images/vendor/jquery-ui/ui-icons_ffffff_256x240.png);
}
.ui-datepicker-calendar .ui-state-active {
color: @brand-color-light;
background-color: @white;
color: @brand-color-darker;
border: 1px solid @base-gray;
}
.ui-datepicker-calendar .ui-state-active.ui-state-hover {
color: white;
background-color: @brand-color-light;
color: @white;
}
.hasDatepicker,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment