mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Add styling for searchbox widget
This commit is contained in:
parent
83d47aed72
commit
283fd8b57a
@ -1309,6 +1309,12 @@
|
|||||||
.et2_nowrap > label > * {
|
.et2_nowrap > label > * {
|
||||||
padding-left: 5px;
|
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 #####################################################*/
|
/*#################################### ADMIN PART #####################################################*/
|
||||||
iframe#admin-index_iframe {
|
iframe#admin-index_iframe {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
|
@ -1298,6 +1298,12 @@
|
|||||||
.et2_nowrap > label > * {
|
.et2_nowrap > label > * {
|
||||||
padding-left: 5px;
|
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 #####################################################*/
|
/*#################################### ADMIN PART #####################################################*/
|
||||||
iframe#admin-index_iframe {
|
iframe#admin-index_iframe {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
|
@ -1244,8 +1244,12 @@ ul.et2_nowrap, div.et2_nowrap{
|
|||||||
padding-left: 5px;
|
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 #####################################################*/
|
/*#################################### ADMIN PART #####################################################*/
|
||||||
|
Loading…
Reference in New Issue
Block a user