We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eabe4b commit fe28f71Copy full SHA for fe28f71
1 file changed
css/codeception.css
@@ -1,3 +1,5 @@
1
+@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
2
+
3
.main-features {
4
margin-top: 10px;
5
}
@@ -302,11 +304,22 @@ ul.navbar-nav {
302
304
#searchable > .search {
303
305
width: 100%;
306
height: 45px;
- color: #333;
307
+ color: #888;
308
text-indent: 16px;
309
border-radius: 24px;
310
border: 1px solid #ddd;
- box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
311
+ box-shadow: inset 0 1px 1px #ccc;
312
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
313
outline: none;
314
315
316
+#searchable::before {
317
+ font-family: "FontAwesome";
318
+ content: "\f002";
319
+ color: #ccc;
320
+ position: absolute;
321
+ top: 13px;
322
+ right: 40px;
323
+}
324
325
0 commit comments