diff --git a/core/src/plugins/access.ajxp_conf/ajxp_conf.css b/core/src/plugins/access.ajxp_conf/ajxp_conf.css index 5e639d72f6..fa0cb49130 100644 --- a/core/src/plugins/access.ajxp_conf/ajxp_conf.css +++ b/core/src/plugins/access.ajxp_conf/ajxp_conf.css @@ -96,7 +96,9 @@ } .settings_search_container #search_form a{ - color: #ffffff; + color: rgba(92, 92, 92, 0.61); + position: relative; + left: -32px; } .settings_search_container #search_form input{ diff --git a/core/src/plugins/access.ajxp_conf/manifest.xml b/core/src/plugins/access.ajxp_conf/manifest.xml index 745779e83d..427b07ff7c 100644 --- a/core/src/plugins/access.ajxp_conf/manifest.xml +++ b/core/src/plugins/access.ajxp_conf/manifest.xml @@ -68,9 +68,6 @@ }) window.setTimeout(function(){ $("get_my_feed_button").hide(); }, 10); $("browser").ajxpPaneObject.resize(); - document.observeOnce("ajaxplorer:repository_list_refreshed",function(){ - if(ajaxplorer.repositoryId == 'ajxp_conf') return; - }); }); ]]> diff --git a/core/src/plugins/access.ajxp_user/manifest.xml b/core/src/plugins/access.ajxp_user/manifest.xml index 7618ae7974..748f4dcf05 100644 --- a/core/src/plugins/access.ajxp_user/manifest.xml +++ b/core/src/plugins/access.ajxp_user/manifest.xml @@ -120,17 +120,8 @@