This commit is contained in:
James 2020-06-29 11:03:58 +01:00
parent 36c82e44d1
commit db78a3193c

View File

@ -311,6 +311,8 @@ display: block !important;
/* add the |> icon to the sub item items */ /* add the |> icon to the sub item items */
.submenu.level1>li>a::before{ .submenu.level1>li>a::before{
content: "\25B6\00a0"; content: "\25B6\00a0";
font-size: 15px;
padding-right:5px;
} }
/* make the level 0 a flex layout so sub menus become columns */ /* make the level 0 a flex layout so sub menus become columns */