53 lines
1.4 KiB
CSS
53 lines
1.4 KiB
CSS
/* --------------- Search Form ---------------- */
|
|
|
|
#block-search-form {
|
|
padding-bottom: 7px;
|
|
}
|
|
#block-search-form .content {
|
|
margin-top: 0;
|
|
}
|
|
#search-form input[type="search"],
|
|
#block-search-form input[type="search"] {
|
|
box-sizing: border-box;
|
|
padding: 4px;
|
|
-webkit-appearance: textfield;
|
|
}
|
|
#search-form input[type="search"]::-webkit-search-decoration,
|
|
#block-search-form input[type="search"]::-webkit-search-decoration {
|
|
display: none;
|
|
}
|
|
#search-form input#edit-keys,
|
|
#block-search-form .form-item-search-block-form input {
|
|
float: left; /* LTR */
|
|
font-size: 1em;
|
|
margin-right: 5px; /* LTR */
|
|
}
|
|
[dir="rtl"] #search-form input#edit-keys,
|
|
[dir="rtl"] #block-search-form .form-item-search-block-form input {
|
|
float: right;
|
|
margin-left: 5px;
|
|
margin-right: 0;
|
|
}
|
|
#search-block-form input.form-submit,
|
|
#search-form input.form-submit {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
height: 25px;
|
|
width: 34px;
|
|
padding: 0;
|
|
cursor: pointer;
|
|
text-indent: -9999px;
|
|
border-color: #e4e4e4 #d2d2d2 #b4b4b4;
|
|
background: #f0f0f0 url(../../../../misc/icons/505050/loupe.svg) no-repeat center;
|
|
overflow: hidden;
|
|
}
|
|
#search-block-form input.form-submit:hover,
|
|
#search-block-form input.form-submit:focus,
|
|
#search-form input.form-submit:hover,
|
|
#search-form input.form-submit:focus {
|
|
background: #dedede url(../../../../misc/icons/424242/loupe.svg) no-repeat center;
|
|
}
|
|
#search-form .form-item-keys label {
|
|
display: block;
|
|
}
|