This commit is contained in:
parent
8beb3965b4
commit
76021b313d
@ -2089,6 +2089,8 @@ a[title*="pawoo.net"]::after{
|
|||||||
}
|
}
|
||||||
.region_3-on .toplevel_item{
|
.region_3-on .toplevel_item{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-left: unset;
|
||||||
|
margin-right: unset;
|
||||||
}
|
}
|
||||||
#overlay{
|
#overlay{
|
||||||
display: none;
|
display: none;
|
||||||
|
5
view/theme/plusfuture/schema/Focus-Light-singleline.css
Normal file
5
view/theme/plusfuture/schema/Focus-Light-singleline.css
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
.dropdown-header.text-white-50,
|
||||||
|
.navbar-dark .navbar-toggler,
|
||||||
|
.navbar-dark .nav-link.active {
|
||||||
|
color: rgba(0,0,0,0.7) !important;
|
||||||
|
}
|
12
view/theme/plusfuture/schema/Focus-Light-singleline.php
Normal file
12
view/theme/plusfuture/schema/Focus-Light-singleline.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
if (! $nav_bg)
|
||||||
|
$nav_bg = "#f8f9fa";
|
||||||
|
if (! $nav_icon_colour)
|
||||||
|
$nav_icon_colour = "rgba(0, 0, 0, 0.5)";
|
||||||
|
if (! $nav_active_icon_colour)
|
||||||
|
$nav_active_icon_colour = "rgba(0, 0, 0, 0.7)";
|
||||||
|
if (! $radius)
|
||||||
|
$radius = "4px";
|
||||||
|
if (! $banner_colour)
|
||||||
|
$banner_colour = "rgba(0, 0, 0, 0.7)";
|
Reference in New Issue
Block a user