From 283fd8b57a5a9d4d2a1b482d2c22df5a9f06b857 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 15 Feb 2016 18:34:36 +0000 Subject: [PATCH] Add styling for searchbox widget --- pixelegg/css/mobile.css | 6 ++++++ pixelegg/css/pixelegg.css | 6 ++++++ pixelegg/less/etemplate2.less | 8 ++++++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 60bd02cc17..d7bfbd1cce 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 1f0d84ac38..4ec96111a0 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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; diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index a8a094787f..eee3bc848d 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -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 #####################################################*/