Commit acfe69a3 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

add menu hover to PopUpSelector

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55682 954022d7-b5bf-4e40-9824-e11837661b57
parent 8633f8e7
......@@ -919,6 +919,7 @@ input, textarea {outline:none;}
.ToolbarShapeUnGroup { background: url("../img/ungroup.png") no-repeat scroll 0 0 transparent; }
/* scroll */
.ps-container .ps-scrollbar-x-rail {
position: absolute;
bottom: 3px;
......@@ -1015,6 +1016,10 @@ input, textarea {outline:none;}
.combobox li.selected a {
color: #ffffff;
}
.combobox li:hover {
background-color: #cbced1;
}
.dropdown-menu li > a {
padding: 5px 20px;
cursor: pointer;
......
......@@ -150,7 +150,7 @@
var elem;
while(elem = this.selectorListEl.pop())
this.selectorList.removeChild(elem);
this.selectElement = null;
this.firstElement = null;
this.isFormula = false;
......
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