Jump to content

Target Plugin Icons in Nav-bar and change 'em!!


chef

Recommended Posts

chef

a[href="configurationpage?name=THE_NAME_OF_THE_PLUGINS_CONFIGURATION_PAGE_HERE"] i.md-icon.navMenuOptionIcon {
 content:'' !important;
 visibility: hidden;
}

a[href="configurationpage?name=THE_NAME_OF_THE_PLUGINS_CONFIGURATION_PAGE_HERE"] i.md-icon.navMenuOptionIcon:before  {
 content: 'THE_NAME_OF_THE_ICON_YOU_WANT_HERE' !important;
 visibility: visible !important;
 position:absolute !important;
}

5d067c4501c8b_example_plugin_icon_edit.p

 

 

I suppose the plugin could find the custom CSS file in the structure and append this text for a hack, but this will work out well if it's added to Settings>Custom CSS.

 

Here is a list of all the icons you could choose from :)

 

https://material.io/tools/icons/?icon=play_arrow&style=sharp

 

5d067ddb2d2b1_example_material_icon_edit

 

 

You could even animate them using keyframes which looks kind of neat.

Edited by chef
Link to comment
Share on other sites

chef

Here is some changes, that look nice!

 

5d06807430dbb_example_material_icon_plug

 

It's a little thing, but it freshens up the nav-bar a bit I guess.

Edited by chef
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...