Fix milestone calendar, Removed unnecessary selects from admin
This commit is contained in:
parent
3c132f2e68
commit
9270b6c3c7
6 changed files with 32 additions and 10 deletions
|
@ -113,3 +113,17 @@ input.check_all_issues {
|
|||
.milestone {
|
||||
@extend .wll;
|
||||
}
|
||||
|
||||
/**
|
||||
* Fix milestone calendar
|
||||
*/
|
||||
|
||||
.ui-datepicker {
|
||||
border:none;
|
||||
box-shadow:none;
|
||||
.ui-datepicker-header {
|
||||
@include solid_shade;
|
||||
margin-bottom:10px;
|
||||
border:1px solid #bbb;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue