Author Topic: Simple button design suggestion  (Read 6225 times)

0 Members and 1 Guest are viewing this topic.

Offline
**
Simple button design suggestion
« on: October 24, 2015, 01:38:21 PM »
Replace those start, restart and stop spans/buttons with font icons instead of using real images, isn't much, but changes like that can improve page loading speed, and it will look much nicer with 3D button effect.



Replace the existing code with this:
Code: [Select]
<a class="btn btn-success btn-xs" href="#" ><span class="icon8 brocco-icon-play white"></span> Start</a>&nbsp;
<a class="btn btn-danger btn-xs" href="#" ><span class="icon8 brocco-icon-stop white"></span> Stop</a>&nbsp;
<a class="btn btn-warning btn-xs" href="#" ><span class="icon8 brocco-icon-refresh white"></span> Restart</a>

If you prefer black colored icons, then just replace span white to black, it will change icon color to black.
« Last Edit: October 24, 2015, 01:41:00 PM by Gogo »