mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
17 lines
264 B
CSS
17 lines
264 B
CSS
|
.search-keyword {
|
||
|
color:red;
|
||
|
}
|
||
|
|
||
|
#local-search-close {
|
||
|
content: 'x';
|
||
|
position: absolute;
|
||
|
right: 10px;
|
||
|
/* top: 10px; */
|
||
|
color: #888;
|
||
|
line-height: 20px;
|
||
|
text-align: center;
|
||
|
font-size: 16px;
|
||
|
border: 1px solid #CCC;
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
}
|