Improve UI of filter menu (#10348)

* Improve UI of filter menu

In the current UI of the filter menu, it's not readily apparent that one, you are supposed to use the filter tabs, and two, that you need to refresh in order for the filter to apply. This request adds button colors to search, update, and refresh to make the filter bar and action buttons stand out.

* Only change search button color

Changed search button color to blue to fit in better
This commit is contained in:
JoshWeepie
2019-06-20 13:49:01 -05:00
committed by Tony Murray
parent 5a2403e6d2
commit 72de183775

View File

@ -362,7 +362,7 @@ if ($format == "graph") {
"<div class='form-group'><select name='features' id='features' class='form-control'></select></div>" +
"<div class='form-group'><select name='location' id='location' class='form-control'></select></div>" +
"<div class='form-group'><select name='type' id='device-type' class='form-control'></select></div>" +
"<input type='submit' class='btn btn-default' value='Search'>" +
"<input type='submit' class='btn btn-info' value='Search'>" +
"<a href='<?php echo generate_url($vars) ?>' title='Update the browser URL to reflect the search criteria.' class='btn btn-default'>Update URL</a>" +
"<a href='<?php echo generate_url(array('page' => 'devices', 'section' => $vars['section'], 'bare' => $vars['bare'])) ?>' title='Reset criteria to default.' class='btn btn-default'>Reset</a>" +
"</form>" +