자유 미호레이아웃 일부 CSS변경 안내
ki.miho.css를 여시고
/***************
---> XE 검색창 호출
***************/
.uk-miho-search{
position:relative;
line-height:55px !important;
margin-left:10px;
}
.uk-miho-search input[type="search"]{
padding:5px 10px;
height:37px;
line-height:37px;
min-width:200px;
border:1px solid #ffbb00;
text-align:left !important;
z-index:900;
font: 12px '돋움',Dotum,Helvetica,sans-serif;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
.uk-miho-search input[type="search"]:focus{
outline:1px solid #fc0;
}
input::-ms-clear,
input::-ms-reveal {display: none; width : 0; height: 0;}
.uk-miho-search input::-webkit-search-decoration,
.uk-miho-search input::-webkit-search-cancel-button,
.uk-miho-search input::-webkit-search-results-button,
.uk-miho-search input::-webkit-search-results-decoration { display: none; }
.uk-miho-search .uk-button{
position: absolute !important;
width: calc(55px - 18px);
height: calc(55px - 18px);
line-height: calc(55px - 18px);
border:none;
background:transparent;
right:calc(-55px + 18px);
top:9px;
bottom:9px;
padding:0;
margin:-0.8px 0 0 0;
z-index:910;
color: #fff;
outline:1px solid #fc0;
border:1px solid #ffbb00;
background-color: #ffbb00;
}
해당부분을 찾아서 로 변경해주세요

1
123
12