mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
17 lines
286 B
CSS
17 lines
286 B
CSS
.search-result{
|
|
border-bottom: 1px solid gray;
|
|
border-left: 1px solid gray;
|
|
border-right: 1px solid gray;
|
|
width:195px;
|
|
height: 20px;
|
|
padding: 5px;
|
|
background-color: white;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#search-box{
|
|
width: 200px;
|
|
height: 20px;
|
|
border: 1px solid lightgray;
|
|
}
|