1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Featurebox: Fix for default category on install. Bootstrap3: Fix section styling when dark themes enabled.

This commit is contained in:
Cameron
2016-03-13 11:10:02 -07:00
parent 0067d6d7fb
commit 11675636cc
2 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
<mainPrefs> <mainPrefs>
<pref name="fb_active">1</pref> <pref name="fb_active">1</pref>
</mainPrefs> </mainPrefs>
<pluginPrefs>
<pref name="menu_category">bootstrap3_carousel</pref>
</pluginPrefs>
<mediaCategories> <mediaCategories>
<category type="image">Featurebox</category> <category type="image">Featurebox</category>
</mediaCategories> </mediaCategories>

View File

@@ -68,6 +68,7 @@ img.logo {
.section-colored { .section-colored {
background-color: #e1e1e1; /* change this to change the background color of a colored section */ background-color: #e1e1e1; /* change this to change the background color of a colored section */
color: #000;
} }
.img-home-portfolio, .img-customer, .portfolio-item { .img-home-portfolio, .img-customer, .portfolio-item {