mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:34:30 -04:00
datepicker tweak
This commit is contained in:
parent
676e277cdf
commit
6eaf96eb24
@ -88,7 +88,38 @@ background: url('../images/sort_asc.png') no-repeat 90% 50%;
|
|||||||
table.table thead .sorting_desc {
|
table.table thead .sorting_desc {
|
||||||
background: url('../images/sort_desc.png') no-repeat 90% 50%;
|
background: url('../images/sort_desc.png') no-repeat 90% 50%;
|
||||||
}
|
}
|
||||||
.datepicker table {font-size: 12px;}
|
.datepicker {
|
||||||
|
padding: 4px !important;
|
||||||
|
margin-top: 1px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
.datepicker.dropdown-menu {
|
||||||
|
border: 1px solid #dfe0e1;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
|
||||||
|
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
|
||||||
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
|
||||||
|
color: #333333;
|
||||||
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
|
.datepicker table {font-size: 12px; border-spacing:2px;}
|
||||||
|
.datepicker td, .datepicker th { width:30px; }
|
||||||
|
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
|
||||||
|
background-color: #0b4d78;
|
||||||
|
background-image:none;
|
||||||
|
}
|
||||||
|
.datepicker table tr td.today { color: #333; background-color: #edd71e !important; background-image:none; text-shadow:none;}
|
||||||
|
.datepicker table tr td.today:hover { color: #333; background-color: #edd71e !important; background-image:none; text-shadow:none;}
|
||||||
|
.datepicker table tr td.today.active:hover {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
/*buttons*/
|
/*buttons*/
|
||||||
.btn { font-weight: bold;
|
.btn { font-weight: bold;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -302,7 +333,7 @@ padding-top:20px;
|
|||||||
}
|
}
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 100%
|
top: 100%;
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user