some fixes for the bs-default schema
This commit is contained in:
parent
ac6ebeee47
commit
229f95d555
7
view/theme/redbasic/schema/BS-Default.css
Normal file
7
view/theme/redbasic/schema/BS-Default.css
Normal file
@ -0,0 +1,7 @@
|
||||
.navbar-dark .navbar-toggler {
|
||||
color: rgba(0,0,0,0.7);
|
||||
}
|
||||
|
||||
#notifications-btn.text-white {
|
||||
color: #777 !important;
|
||||
}
|
@ -1,22 +1,12 @@
|
||||
<?php
|
||||
|
||||
if (! $nav_bg)
|
||||
$nav_bg = "#f8f8f8";
|
||||
if (! $nav_bd)
|
||||
$nav_bd = "#e7e7e7";
|
||||
if (! $nav_gradient_top)
|
||||
$nav_gradient_top = "#fff";
|
||||
if (! $nav_gradient_bottom)
|
||||
$nav_gradient_bottom = "#f8f8f8";
|
||||
if (! $nav_active_gradient_top)
|
||||
$nav_active_gradient_top = "#ebebeb";
|
||||
if (! $nav_active_gradient_bottom)
|
||||
$nav_active_gradient_bottom = "#f3f3f3";
|
||||
$nav_bg = "#f8f9fa";
|
||||
if (! $nav_icon_colour)
|
||||
$nav_icon_colour = "#777";
|
||||
$nav_icon_colour = "rgba(0, 0, 0, 0.5);";
|
||||
if (! $nav_active_icon_colour)
|
||||
$nav_active_icon_colour = "#555";
|
||||
$nav_active_icon_colour = "rgba(0, 0, 0, 0.7)";
|
||||
if (! $radius)
|
||||
$radius = "4";
|
||||
$radius = "4px";
|
||||
if (! $banner_colour)
|
||||
$banner_colour = "#777";
|
||||
$banner_colour = "rgba(0, 0, 0, 0.7)";
|
||||
|
Reference in New Issue
Block a user