Add styling for searchbox widget

This commit is contained in:
Hadi Nategh 2016-02-15 18:34:36 +00:00
parent 83d47aed72
commit 283fd8b57a
3 changed files with 18 additions and 2 deletions

View File

@ -1309,6 +1309,12 @@
.et2_nowrap > label > * {
padding-left: 5px;
}
/*#################################### ET2 SEARCHBOX #####################################################*/
.et2_searchbox button.et2_button {
background-image: url(../images/search.png);
background-size: 20px 20px;
background-position: center;
}
/*#################################### ADMIN PART #####################################################*/
iframe#admin-index_iframe {
background-color: yellow;

View File

@ -1298,6 +1298,12 @@
.et2_nowrap > label > * {
padding-left: 5px;
}
/*#################################### ET2 SEARCHBOX #####################################################*/
.et2_searchbox button.et2_button {
background-image: url(../images/search.png);
background-size: 20px 20px;
background-position: center;
}
/*#################################### ADMIN PART #####################################################*/
iframe#admin-index_iframe {
background-color: yellow;

View File

@ -1244,8 +1244,12 @@ ul.et2_nowrap, div.et2_nowrap{
padding-left: 5px;
}
/*#################################### ET2 SEARCHBOX #####################################################*/
.et2_searchbox button.et2_button {
background-image: url(../images/search.png);
background-size: 20px 20px;
background-position: center;
}
/*#################################### ADMIN PART #####################################################*/