aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/static/new/css/index_page.css4
-rwxr-xr-xwqflask/wqflask/templates/index_page.html1
2 files changed, 4 insertions, 1 deletions
diff --git a/wqflask/wqflask/static/new/css/index_page.css b/wqflask/wqflask/static/new/css/index_page.css
new file mode 100644
index 00000000..34b3cebf
--- /dev/null
+++ b/wqflask/wqflask/static/new/css/index_page.css
@@ -0,0 +1,4 @@
+.info-button {
+ border: #A9A9A9;
+ background-color: #D3D3D3;
+}
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html
index 72212341..09f24d5a 100755
--- a/wqflask/wqflask/templates/index_page.html
+++ b/wqflask/wqflask/templates/index_page.html
@@ -147,7 +147,6 @@
<div class="col-xs-10 controls" style="display: flex; padding-left: 20px;">
<div class="col-2 controls">
<button id="btsearch" class="btn btn-primary form-control"><span class="glyphicon glyphicon-search"></span> Search</button>
- <!-- <input id="btsearch" type="submit" class="btn btn-primary form-control" value="Search"> -->
</div>
<div class="col-2 align-self-end controls" style="padding-left: 20px;">
<button type="button" id="make_default" class="btn form-control info-button"><span class="glyphicon glyphicon-pushpin"></span> Lock Menu</button>