diff options
author | marijus <mario@localhost.localdomain> | 2013-12-11 23:52:34 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-11 23:52:34 +0100 |
commit | 1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b (patch) | |
tree | 34632b070b4a96bc47306be1c70e99e2bf5655dd | |
parent | e8821d78d517c838a630766bfc3bafb145a6be15 (diff) | |
download | volse-hubzilla-1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b.tar.gz volse-hubzilla-1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b.tar.bz2 volse-hubzilla-1fa4133d430d2cb2753a9fd7e6bf9bfcdc35659b.zip |
this is not needed anymore
-rw-r--r-- | view/css/widgets.css | 4 | ||||
-rw-r--r-- | view/tpl/saved_searches.tpl | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index 2008b10e0..a95152888 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -49,10 +49,6 @@ margin-left: 10px; } -.savedsearchdrop { - opacity: 0; -} - /* fileas */ .fileas-ul li { diff --git a/view/tpl/saved_searches.tpl b/view/tpl/saved_searches.tpl index bdff72ba1..d0f9e2b0e 100644 --- a/view/tpl/saved_searches.tpl +++ b/view/tpl/saved_searches.tpl @@ -5,7 +5,7 @@ <ul id="saved-search-ul"> {{foreach $saved as $search}} <li id="search-term-{{$search.id}}" class="saved-search-li clear"> - <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="{{$search.dellink}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove drop-icons iconspacer savedsearchdrop" ></i></a> + <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="{{$search.dellink}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove drop-icons iconspacer" ></i></a> <a id="saved-search-term-{{$search.id}}" class="savedsearchterm{{if $search.selected}} search-selected{{/if}}" href="{{$search.srchlink}}">{{$search.displayterm}}</a> </li> {{/foreach}} |