Commit 3315039c authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Добавил hover для PopUpSelector-а

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55365 954022d7-b5bf-4e40-9824-e11837661b57
parent a074f93d
......@@ -156,4 +156,7 @@
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#apiPopUpList li:hover {
background-color: rgba(105, 119, 62, 0.2);
}
\ No newline at end of file
......@@ -50,18 +50,7 @@
} else
item.innerHTML = arrItems[i];
/*item.onmouseover = function(e) {
var nodes = combo.childNodes;
for ( var i = 0; i < nodes.length; i++ ) {
if ( nodes[i].style["backgroundColor"] != "" ) {
nodes[i].style["backgroundColor"] = "";
}
}
this.style["backgroundColor"] = _this.formulaSelectorColor;
}
item.onmouseout = function(e) {
this.style["backgroundColor"] = "";
}
/*
item.ondblclick = function(e) {
if ( e && (e.button === 0) ) {
var formulaName = this.innerText || this.textContent;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment