mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
datepicker UI fixes + small landing page UI fix
This commit is contained in:
parent
7d03d296fd
commit
7e92705633
7 changed files with 42 additions and 5 deletions
|
@ -354,11 +354,24 @@ $border-radius: 10px;
|
|||
text-align: center;
|
||||
line-height: 13px; }
|
||||
|
||||
.input-group-sm{
|
||||
.input-group-sm{form
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.tab-pane .form-horizontal .form-group {
|
||||
margin-right: 15px;
|
||||
margin-left: 15px; }
|
||||
margin-left: 15px; }
|
||||
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu {
|
||||
background-color: $form-color;
|
||||
}
|
||||
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
||||
border-bottom: 6px solid $form-color $i;
|
||||
}
|
||||
|
||||
.bootstrap-datetimepicker-widget table td.active,
|
||||
.bootstrap-datetimepicker-widget table td.active:hover {
|
||||
color: #fff !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue