Skip to content
Snippets Groups Projects
Commit 5b45c02e authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Slight gradient added to Bootprint 3 to make the searchbox stand out more.

parent 89bc4d94
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -141,6 +141,7 @@ header { ...@@ -141,6 +141,7 @@ header {
} }
} }
.searchbox { .searchbox {
background:linear-gradient(to bottom, #FFF, #EEE);
display:block !important; display:block !important;
.tab-content { .tab-content {
border:0; border:0;
...@@ -164,6 +165,7 @@ header { ...@@ -164,6 +165,7 @@ header {
border-width:1px 0; border-width:1px 0;
font-size:12px; font-size:12px;
margin-bottom:2px; margin-bottom:2px;
padding:7px 20px 5px;
} }
} }
#searchForm_lookfor,#searchForm_type { #searchForm_lookfor,#searchForm_type {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment