Skip to content

Commit

Permalink
Type Anywhere Search CSS - default.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Bulatov committed Feb 20, 2016
1 parent 67235e8 commit e3f88eb
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions wp-content/themes/mag-wp/css/colors/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,42 @@ div#placeholder {
::-webkit-input-placeholder {
color: #eaeaea;
}
@import url('http://fonts.googleapis.com/css?family=Raleway:200');
#ta-search-container {
position: fixed;
z-index: 9999;
top: 0;
font-family: "Raleway", sans-serif;
}
#ta-search {
display: none;
position: fixed;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
}
#ta-searchform {
width: 50%;
margin: 10% auto 0;
font-size: 3em;
}
#ta-label {
color: white;
display: block;
}
#ta-searchtext {
margin: 0 auto;
width: 100%;
background: transparent;
border: none;
color: #FFF;
font-family: inherit;
font-size: 2em;
}
#ta-searchtext:focus {
outline: none;
}




Expand Down

0 comments on commit e3f88eb

Please sign in to comment.