}
input:focus, textarea:focus {
border-color: rgba(82, 168, 236, 0.8);
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 125, 125, 0.6);
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 125, 125, 0.6);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 125, 125, 0.6);
outline: 0;
outline: thin dotted \9;
/* IE6-8 */
top: -35px;
text-align: center;
}
+#navsearch {
+ float: right;
+ margin-bottom: 0px;
+ padding-top: 6px;
+}
+#navsearch input, #navsearch select{
+ background-color: #606060;
+ border: 1px solid #202020;
+ color: #AAA;
+ margin-bottom: 0px;
+}
+#navsearch select {
+ width: 80px;
+}
% endif
><a href="${request.route_url('map_index')}" title="Map Index">Maps</a></li>
</ul>
+ <form id="navsearch" action="#" method="get">
+ <input type="text" class="input-small" placeholder="search" />
+ <select id="sselect">
+ <option>players</option>
+ <option>servers</option>
+ <option>maps</option>
+ </select>
+ </form>
</div><!--/.nav-collapse -->
</div>
</div>