File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -142,20 +142,19 @@ padding: 10px;
142142justify-content : center;
143143 align-items : center;
144144}
145- .sep {
146- height : 2rem ;
147- background : var (--template-bg-dark-5 );
148- }
145+
149146@media (max-width : 952px ){
150147 .contentbloc > .card {
151148 width : 100% !important ;
152149 }
153150}
154- @media (prefers-color-scheme : dark) {
155- .headerblock .breadcrumb {
151+ [data-bs-theme = "dark" ] .headerblock .breadcrumb {
156152 background : none;
157153 }
158- .sep , .contentbloc {
154+ [ data-bs-theme = "dark" ] .sep , [ data-bs-theme = "dark" ] .contentbloc {
159155 background-color : var (--template-bg-dark-90 );
160156 }
161- }
157+ .sep {
158+ height : 2rem ;
159+ background : var (--template-bg-dark-5 );
160+ }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <extension type =" module" version =" 3 .0" client =" administrator" method =" upgrade" >
2+ <extension type =" module" version =" 4 .0" client =" administrator" method =" upgrade" >
33 <name >FlexiContent Admin Dashboard</name >
44 <author >Berges Yannick</author >
55 <creationDate >dec 2021</creationDate >
66 <
authorEmail >
[email protected] </
authorEmail >
77 <authorUrl >www.com3elles.com</authorUrl >
8- <version >3.1 </version >
8+ <version >3.2 </version >
99 <copyright >Copyright (C) 2005 - 2022 Open Source Matters. All rights reserved.</copyright >
1010 <license >GNU General Public License version 2 or later; see LICENSE.txt</license >
1111 <description >MOD_FLEXI_ADMIN_INTRO</description >
Original file line number Diff line number Diff line change 2424use Joomla \CMS \HTML \HTMLHelper ;
2525use Joomla \CMS \Language \Text ;
2626use Joomla \CMS \Uri \Uri ;
27+ require_once (JPATH_SITE .DS .'components ' .DS .'com_flexicontent ' .DS .'classes ' .DS .'flexicontent.helper.php ' );
2728
2829$ app = Factory::getApplication ();
2930$ document = $ app ->getDocument ();
Original file line number Diff line number Diff line change 66 <element >mod_flexiadmin</element >
77 <type >module</type >
88 <client >administrator</client >
9- <version >3.1 </version >
9+ <version >3.2 </version >
1010
1111 <infourl title =" FAQ" >
1212 https://github.com/micker/mod_flexiadmin/wiki
1313 </infourl >
1414
1515 <downloads >
16- <downloadurl type =" full" format =" zip" >https://github.com/micker/mod_flexiadmin/archive/v3.1 .zip</downloadurl >
16+ <downloadurl type =" full" format =" zip" >https://github.com/micker/mod_flexiadmin/archive/v3.2 .zip</downloadurl >
1717 </downloads >
1818
1919 <tags >
You can’t perform that action at this time.
0 commit comments