Merge branch 'support/3.0' into develop

This commit is contained in:
Stephen Abello
2022-08-08 16:42:24 +02:00
4 changed files with 15 additions and 4 deletions

View File

@@ -46,6 +46,8 @@ $ibo-vendors-datatables--row-highlight--colors:(
'warning': ($ibo-color-orange-200),
'blue': ($ibo-color-blue-200),
'info': ($ibo-color-blue-200),
'green': ($ibo-color-green-100),
'success': ($ibo-color-green-200),
) !default;
.dataTables_paginate {

View File

@@ -300,6 +300,7 @@ $ibo-vendors-jqueryui--ui-slider--ui-slider-handle--hover--border-color: $ibo-co
// Date picker
.ui-datepicker {
/* Note: We can't put the padding directly here as the jQuery JS code will position it regarding its inner width, not taking the padding here into account, so it is placed in the header/calendar elements */
display: none;
background-color: $ibo-vendors-jqueryui--ui-datepicker--background-color;
border-radius: $ibo-vendors-jqueryui--ui-datepicker--border-radius;
box-shadow: $ibo-vendors-jqueryui--ui-datepicker--box-shadow;