Skip to content

Commit

Permalink
🎨 Add plugin icons
Browse files Browse the repository at this point in the history
Add some random icons for plugins

Fixes #268
  • Loading branch information
BillyBlaze committed May 25, 2019
1 parent 959f511 commit 133ac6e
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_touchui/static/css/touchui.css

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions octoprint_touchui/static/less/touchui.bundled.less
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,48 @@ a:before {
content: "\f233";
}
}
#sidebar_plugin_filamentmanager_wrapper_link,
#sidebar_plugin_filamentmanager_wrapper_link2 {
a:before {
content: "\f0ae";
}
}
#sidebar_plugin_estop_wrapper_link,
#sidebar_plugin_estop_wrapper_link2 {
a:before {
content: "\f06a";
}
}
#sidebar_plugin_bedlevelingwizard_wrapper_link,
#sidebar_plugin_bedlevelingwizard_wrapper_link2 {
a:before {
content: "\f0b2";
}
}
#sidebar_plugin_touchtest_wrapper_link,
#sidebar_plugin_touchtest_wrapper_link2 {
a:before {
content: "\f044";
}
}
#tab_plugin_enclosure_link,
#tab_plugin_enclosure_link2 {
a:before {
content: "\f1b2";
}
}
#tab_plugin_astroprint_link,
#tab_plugin_astroprint_link2 {
a:before {
content: "\f0c2";
}
}
#navbar_plugin_discordremote,
#navbar_plugin_discordremote2 {
a:before {
content: "\f11b";
}
}
}
#tabs {
#webcam_link {
Expand Down
51 changes: 51 additions & 0 deletions source/less/layout/tabbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,57 @@
content: "\f233";
}
}

// Plugins

#sidebar_plugin_filamentmanager_wrapper_link,
#sidebar_plugin_filamentmanager_wrapper_link2 {
a:before {
content: "\f0ae";
}
}

#sidebar_plugin_estop_wrapper_link,
#sidebar_plugin_estop_wrapper_link2 {
a:before {
content: "\f06a";
}
}

#sidebar_plugin_bedlevelingwizard_wrapper_link,
#sidebar_plugin_bedlevelingwizard_wrapper_link2 {
a:before {
content: "\f0b2";
}
}

#sidebar_plugin_touchtest_wrapper_link,
#sidebar_plugin_touchtest_wrapper_link2 {
a:before {
content: "\f044";
}
}

#tab_plugin_enclosure_link,
#tab_plugin_enclosure_link2 {
a:before {
content: "\f1b2";
}
}

#tab_plugin_astroprint_link,
#tab_plugin_astroprint_link2 {
a:before {
content: "\f0c2";
}
}

#navbar_plugin_discordremote,
#navbar_plugin_discordremote2 {
a:before {
content: "\f11b";
}
}
}
#tabs {
#webcam_link {
Expand Down

0 comments on commit 133ac6e

Please sign in to comment.