FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-autoComplete/auto-complete.css at master · Pixabay/JavaScript-autoComplete · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Pixabay
/
JavaScript-autoComplete
Public
Notifications
You must be signed in to change notification settings
Fork
178
Star
752
Code
Issues
43
Pull requests
21
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-autoComplete
/
auto-complete.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (8 loc) · 653 Bytes
Breadcrumbs
JavaScript-autoComplete
/
auto-complete.css
Copy path
File metadata and controls
9 lines (8 loc) · 653 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
.
autocomplete-suggestions
{
text-align
:
left;
cursor
:
default;
border
:
1
px
solid
#
ccc
;
border-top
:
0
;
background
:
#
fff
;
box-shadow
:
-1
px
1
px
3
px
rgba
(
0
,
0
,
0
,
.1
);
/* core styles should not be changed */
position
:
absolute;
display
:
none;
z-index
:
9999
;
max-height
:
254
px
;
overflow
:
hidden;
overflow-y
:
auto;
box-sizing
:
border-box;
}
.
autocomplete-suggestion
{
position
:
relative;
padding
:
0
.6
em
;
line-height
:
23
px
;
white-space
:
nowrap;
overflow
:
hidden;
text-overflow
:
ellipsis;
font-size
:
1.02
em
;
color
:
#
333
; }
.
autocomplete-suggestion
b
{
font-weight
:
normal;
color
:
#
1f8dd6
; }
.
autocomplete-suggestion
.
selected
{
background
:
#
f0f0f0
; }
Back
|
FazBrowse Home
|
New Git URL