![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
You can look at how app icons are made. This would be comparable to what you want, i think.
offhand i can't remember how we do it, but iirc those aren't in the sprites.
Sent from Mailbird [http://www.getmailbird.com/?utm_source=Mailbird&utm_medium=email&utm...] On 2019-05-30 15:27:43, Andrew Lemin via observium observium@observium.org wrote: Hi Adam,
Yes and of course I want to make it compatible with the SVN upgrades ;)
Ahhh, that’s how you are doing it! I was baffled as I couldn’t even find the images when searching the file tree :)
I think I will still try as I have a few icons I would like to create (for each of the various products that we use - like WANGuard, TACACS etc etc).
Observium has become the centre/go-to place for our network team now :) and I would like to make this integrated and look as clean as the rest of it.
Thanks for the pointer, I’ll see what I can put together.
Thanks for your time, Andy.
Sent from a teeny tiny keyboard, so please excuse typos
On 30 May 2019, at 15:16, Adam Armstrong <adama@memetic.org [mailto:adama@memetic.org]> wrote:
We don't really have much of a facility to use custom icons. The icons come from a sprite file and are defined in css.
There config entries are in config/definitions/wui.inc.php iirc.
You could perhaps define a custom CSS entry that loaded a custom icon, but man, seems a lot of effort :)
Adam.
Sent from BlueMail [http://www.bluemail.me/r?b=15038] On 30 May 2019, at 14:42, Andrew Lemin via observium <observium@observium.org [mailto:observium@observium.org]> wrote: Good morning/afternoon/evening, Just a quick question. I have created a custom drop-down menu in the navbar, and would like to define a custom icon like; $config['icon’]['company-logo'] which provides a .png file in the images folder etc. Or more specifically instead of; $navbar['4D-DC'] = array('url' => '#', 'icon' => $config['icon']['company-logo'], 'title' => 'URLS'); Maybe this would work (sadly it doesn’t); $navbar['4D-DC'] = array('url' => '#', 'icon' => ‘images/company-logo.png’, 'title' => ''URLS''); I cannot find anywhere in the code where the $config['icon’] array is defined, and it is not in the database’s config table either? Thanks, Andy.
observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]