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

date picker colors, fixes #1372

Closes #1372

Merge request !977
parent 5ef8618e
Branches
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
.ui-state-active, .ui-state-active,
.ui-widget-content .ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active { .ui-widget-header .ui-state-active {
background-color: @brand-color-lighter; background-color: @brand-color-light;
color: white; color: white;
} }
...@@ -153,16 +153,23 @@ textarea.ui-resizable-handle.ui-resizable-s { ...@@ -153,16 +153,23 @@ textarea.ui-resizable-handle.ui-resizable-s {
} }
// Date picker // Date picker
.ui-datepicker-header {
background-color: @brand-color-light;
}
.ui-datepicker-header .ui-icon { .ui-datepicker-header .ui-icon {
background-image: url(../images/vendor/jquery-ui/ui-icons_ffffff_256x240.png); background-image: url(../images/vendor/jquery-ui/ui-icons_ffffff_256x240.png);
} }
.ui-datepicker-calendar .ui-state-active { .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 { .ui-datepicker-calendar .ui-state-active.ui-state-hover {
color: white; background-color: @brand-color-light;
color: @white;
} }
.hasDatepicker, .hasDatepicker,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment