1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 13:11:52 +02:00

datepicker styling and tooltip delay reduced.

This commit is contained in:
Cameron 2021-02-09 11:40:42 -08:00
parent 5842e51f15
commit 4f4fee7fb2
3 changed files with 32 additions and 5 deletions

View File

@ -1562,6 +1562,9 @@ span.sidebar-toggle-switch { float: right; display: block; width: 20px; height
thead tr, .navbar { background-image: none !important; border-left:0; border-right:0; background-color: #2f2f2f; }
thead th, thead tr, .table > thead > tr > th { border-bottom: 0; border-left:0; border-right:0 }
.admin-main-content {
display: block;
min-height: 1000px;
@ -1603,7 +1606,17 @@ ul.col-selection > li a { border-bottom: 1px solid rgba(255,255,255,0.3); }
}
*/
.e-debug { margin-left: 60px; }
.datetimepicker { margin-top: 52px; font-size:16px; width: 270px }
.datetimepicker table { width: 100%; }
.e-debug { margin-left: 60px; }
.datetimepicker .prev,
.datetimepicker .switch,
.datetimepicker .next { color: #8BC0ED }
@media only screen and (min-width : 768px) {
.is-table-row {
display: table;

View File

@ -1503,7 +1503,7 @@
.btn:focus,.nav-pills>li>a,.nav-tabs>li>a,.navbar-default .navbar-nav>li>a,.navbar-inverse .navbar-nav>li>a,a,a:active,a:hover{outline:0}
th a,tr.first a{ color:rgba(0,0,0,0.75) }
thead tr{background-color:rgba(0,0,0,0.05); border:1px solid rgba(0,0,0,0.3)}
.datetimepicker,.datetimepicker tfoot tr:first-child th:hover,.datetimepicker thead tr:first-child th:hover{background-color:#191919}
.datetimepicker,.datetimepicker tfoot tr:first-child th:hover,.datetimepicker thead tr:first-child th:hover{background-color:transparent}
.nav-collapse .dropdown-menu a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .nav>li>a:hover{background-color:#363636}
/* .table-striped>tbody>tr.highlight-even,.table-striped>tbody>tr.highlight-odd,tr.highlight-even,tr.highlight-odd{background-color:#212121}*/
.datetimepicker table tr td span:hover,.datetimepicker table tr td.day:hover{color:#000}
@ -1612,7 +1612,21 @@
.form-control.bootstrap-switch span.bootstrap-switch-default { background: rgba(0,0,0,0.1) }
.datetimepicker { margin-top: 52px; font-size:16px; width: 270px; color: rgba(0,0,0,0.75) }
.datetimepicker table { width: 100%; }
.datetimepicker .prev,
.datetimepicker .switch,
.datetimepicker .next { color: #3073a9 }
[class*=" datetimepicker-dropdown"]::before {
border-bottom-color: rgba(0,0,0,0.6);
}
.form-control.bootstrap-switch span.bootstrap-switch-default { background: rgba(0,0,0,0.1) }
.e-debug { margin-left: 60px; }
.admin-ui-help-tip { color: rgba(0,0,0,0.3) !important; }

View File

@ -129,8 +129,8 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
placement: placement,
container: 'body',
delay: {
show: 150,
hide: 700
show: 0,
hide: 600
}
});
});