File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -142,20 +142,19 @@ padding: 10px;
142
142
justify-content : center;
143
143
align-items : center;
144
144
}
145
- .sep {
146
- height : 2rem ;
147
- background : var (--template-bg-dark-5 );
148
- }
145
+
149
146
@media (max-width : 952px ){
150
147
.contentbloc > .card {
151
148
width : 100% !important ;
152
149
}
153
150
}
154
- @media (prefers-color-scheme : dark) {
155
- .headerblock .breadcrumb {
151
+ [data-bs-theme = "dark" ] .headerblock .breadcrumb {
156
152
background : none;
157
153
}
158
- .sep , .contentbloc {
154
+ [ data-bs-theme = "dark" ] .sep , [ data-bs-theme = "dark" ] .contentbloc {
159
155
background-color : var (--template-bg-dark-90 );
160
156
}
161
- }
157
+ .sep {
158
+ height : 2rem ;
159
+ background : var (--template-bg-dark-5 );
160
+ }
Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<name >FlexiContent Admin Dashboard</name >
4
4
<author >Berges Yannick</author >
5
5
<creationDate >dec 2021</creationDate >
6
6
<
authorEmail >
[email protected] </
authorEmail >
7
7
<authorUrl >www.com3elles.com</authorUrl >
8
- <version >3.1 </version >
8
+ <version >3.2 </version >
9
9
<copyright >Copyright (C) 2005 - 2022 Open Source Matters. All rights reserved.</copyright >
10
10
<license >GNU General Public License version 2 or later; see LICENSE.txt</license >
11
11
<description >MOD_FLEXI_ADMIN_INTRO</description >
Original file line number Diff line number Diff line change 24
24
use Joomla \CMS \HTML \HTMLHelper ;
25
25
use Joomla \CMS \Language \Text ;
26
26
use Joomla \CMS \Uri \Uri ;
27
+ require_once (JPATH_SITE .DS .'components ' .DS .'com_flexicontent ' .DS .'classes ' .DS .'flexicontent.helper.php ' );
27
28
28
29
$ app = Factory::getApplication ();
29
30
$ document = $ app ->getDocument ();
Original file line number Diff line number Diff line change 6
6
<element >mod_flexiadmin</element >
7
7
<type >module</type >
8
8
<client >administrator</client >
9
- <version >3.1 </version >
9
+ <version >3.2 </version >
10
10
11
11
<infourl title =" FAQ" >
12
12
https://github.com/micker/mod_flexiadmin/wiki
13
13
</infourl >
14
14
15
15
<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 >
17
17
</downloads >
18
18
19
19
<tags >
You can’t perform that action at this time.
0 commit comments