This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Scrollable part of a plan
#14
(09.11.2018, 08:28)admin Wrote: Use this Custom CSS for menu icons (only for plans that are on the first level). You need to change ids (#menu-plan-2) to your plan ids and background image urls accordingly.

Code:
.level-1 {
 position: relative;
}
.level-1 .a {
 padding-left: 30px;
}
.level-1::before {
 position: absolute;
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 top: 6px;
 left: 6px;
}
.level::before {
 display: none;
}
#menu-plan-1::before {
 background-image: url('/scada/resources/icons/00.svg');
}
#menu-plan-2::before {
 background-image: url('/scada/resources/icons/01.svg');
}
#menu-plan-3::before {
 background-image: url('/scada/resources/icons/02.svg');
}

cool Thanks, I will try !
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply


Messages In This Thread
Scrollable part of a plan - by matas_ka - 09.08.2018, 19:56
RE: Scrollable part of a plan - by admin - 10.08.2018, 06:44
RE: Scrollable part of a plan - by matas_ka - 10.08.2018, 07:49
RE: Scrollable part of a plan - by admin - 10.08.2018, 07:56
RE: Scrollable part of a plan - by matas_ka - 10.08.2018, 08:18
RE: Scrollable part of a plan - by admin - 10.08.2018, 08:31
RE: Scrollable part of a plan - by matas_ka - 10.08.2018, 08:54
RE: Scrollable part of a plan - by admin - 10.08.2018, 09:30
RE: Scrollable part of a plan - by matas_ka - 10.08.2018, 11:40
RE: Scrollable part of a plan - by admin - 10.08.2018, 12:02
RE: Scrollable part of a plan - by matas_ka - 10.08.2018, 12:09
RE: Scrollable part of a plan - by domotiqa - 08.11.2018, 14:34
RE: Scrollable part of a plan - by admin - 09.11.2018, 08:28
RE: Scrollable part of a plan - by domotiqa - 09.11.2018, 10:34

Forum Jump: