Google Custom Search Foundation 5 Zurb Display问题

时间:2014-04-04 20:33:52

标签: css zurb-foundation google-custom-search

我正在使用Zurb的基础5并且显示有关Google自定义搜索引擎的问题。搜索整个互联网但没有找到任何线索。任何人都可以帮忙吗?

2 个答案:

答案 0 :(得分:0)

将此添加到您的Google搜索框css:

    background-image: inherit;
    box-sizing: content-box;

答案 1 :(得分:0)

将此添加到您的CSS文件中。

.gsc-control-cse  * {
 -moz-box-sizing: content-box !important;
 -webkit-box-sizing: content-box !importantx;
 box-sizing:  content-box !important;
}

.gsc-control-cse input {
 box-shadow: none !important;
}

.gsc-control-cse input:focus {
    outline: none;
}

.gsc-control-cse table {
 border: none;
 background: transparent;
}

.gsc-input-box, .gsc-search-box .gsc-input>input, .gsc-input-box-hover {
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}

信用转到Manny