horizon/openstack_dashboard/static/dashboard/scss/components/_datepicker.scss
Diana Whitten b8fff81cdd Clean up horizon.scss - _datepicker.scss
A major part of the css reorg is a better organization of the css
styles themselves. horizon.scss should be a global import level file.

Move datepicker styles to component scss file.

Change-Id: I65dc92a67cb2dab66497d429539068c7a680a6b5
Partially-Implements: blueprint horizon-theme-css-reorg
2016-01-13 04:08:41 +00:00

7 lines
101 B
SCSS

.datepicker {
z-index: $zindex-popover !important;
}
.datepicker input{
@extend .form-control;
}