mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
Merge next into suite 8
Merge commit '3fb6e4bb8e
' into release/8.1.3
# Conflicts:
# public/legacy/files.md5
# public/legacy/suitecrm_version.php
This commit is contained in:
commit
696388d662
36 changed files with 373 additions and 106 deletions
BIN
public/legacy/themes/SuiteP/css/Night/select.ico
Normal file
BIN
public/legacy/themes/SuiteP/css/Night/select.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 5.6 KiB |
|
@ -53,7 +53,7 @@
|
|||
{/literal}$('.sub-panel .table-responsive').footable();{literal}
|
||||
// collapse subpanels when device is mobile / tablet
|
||||
if($(window).width() <= SUGAR.measurements.breakpoints.large) {
|
||||
$('.panel-collapse').removeClass('in');
|
||||
$('[id^=subpanel] .panel-collapse').removeClass('in');
|
||||
$('.panel-heading-collapse a').removeClass('in');
|
||||
$('.panel-heading-collapse a').addClass('collapsed');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue