зеркало из https://github.com/mozilla/pjs.git
Bug 594803 - Search symbol indicator icon in Panorama disappears when pressed [r+a=dietrich]
This commit is contained in:
Родитель
85e0f8c415
Коммит
144f7781c7
|
@ -334,7 +334,7 @@ function hideSearch(event){
|
|||
iQ("#searchbox").val("");
|
||||
iQ("#search").hide();
|
||||
|
||||
iQ("#searchbutton").css({top: 0, left: 0, opacity:.8});
|
||||
iQ("#searchbutton").css({ opacity:.8 });
|
||||
|
||||
var mainWindow = gWindow.document.getElementById("main-window");
|
||||
mainWindow.setAttribute("activetitlebarcolor", "#C4C4C4");
|
||||
|
@ -364,7 +364,7 @@ function performSearch() {
|
|||
function ensureSearchShown(event){
|
||||
var $search = iQ("#search");
|
||||
var $searchbox = iQ("#searchbox");
|
||||
iQ("#searchbutton").css({top: -78, left: -300, opacity: 1});
|
||||
iQ("#searchbutton").css({ opacity: 1 });
|
||||
|
||||
|
||||
if ($search.css("display") == "none") {
|
||||
|
|
Загрузка…
Ссылка в новой задаче