Skip to content

Commit 7ec7916

Browse files
committed
Add Auto Completion Feature
1 parent 9e2ead5 commit 7ec7916

18 files changed

+44904
-17
lines changed

code/css/css_file.css

+1,311
Large diffs are not rendered by default.

code/css/popup.css

+37-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ html {
88
font-family: 'Roboto Mono', monospace;
99
padding-bottom: 60px;
1010
}
11-
11+
1212
article {
1313
display: block;
1414
text-align: left;
@@ -18,7 +18,7 @@ html {
1818
margin: 0 auto;
1919
}
2020

21-
21+
2222
.footer {
2323
position: absolute;
2424
bottom: 0;
@@ -76,7 +76,7 @@ html {
7676
/*Lighter shade for future use -> rgba(255, 191, 0, 0.52);*/
7777

7878
}
79-
79+
8080

8181
@media screen and (min-width: 768px) {
8282
.bricklayer-column-sizer {
@@ -156,4 +156,38 @@ hr {
156156
overflow: hidden;
157157
outline:none;
158158
color: #077bff;
159+
}
160+
161+
162+
#searchSuggest .ui-menu-item{
163+
list-style: none outside none;
164+
width: 100%;
165+
166+
padding: 0px;
167+
168+
169+
}
170+
171+
#search {
172+
margin-bottom: 15px;
173+
}
174+
#searchSuggest {
175+
width: 100%;
176+
border:3px solid black;
177+
178+
179+
margin-bottom: 15px;
180+
}
181+
182+
#searchSuggest .ui-autocomplete {
183+
width: 100%;
184+
position: relative;
185+
float: none;
186+
}
187+
#searchSuggest .ui-menu-item:hover{
188+
background-color: #D3D3D3;
189+
}
190+
#searchSuggest .ui-menu .ui-menu-item {
191+
float: none;
192+
159193
}

code/js/function.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
6 KB
Binary file not shown.

0 commit comments

Comments
 (0)