Commit 484de2ee authored by Alexander.Trofimov's avatar 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 ca087d32
...@@ -919,6 +919,7 @@ input, textarea {outline:none;} ...@@ -919,6 +919,7 @@ input, textarea {outline:none;}
.ToolbarShapeUnGroup { background: url("../img/ungroup.png") no-repeat scroll 0 0 transparent; } .ToolbarShapeUnGroup { background: url("../img/ungroup.png") no-repeat scroll 0 0 transparent; }
/* scroll */
.ps-container .ps-scrollbar-x-rail { .ps-container .ps-scrollbar-x-rail {
position: absolute; position: absolute;
bottom: 3px; bottom: 3px;
...@@ -1015,6 +1016,10 @@ input, textarea {outline:none;} ...@@ -1015,6 +1016,10 @@ input, textarea {outline:none;}
.combobox li.selected a { .combobox li.selected a {
color: #ffffff; color: #ffffff;
} }
.combobox li:hover {
background-color: #cbced1;
}
.dropdown-menu li > a { .dropdown-menu li > a {
padding: 5px 20px; padding: 5px 20px;
cursor: pointer; cursor: pointer;
......
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
var elem; var elem;
while(elem = this.selectorListEl.pop()) while(elem = this.selectorListEl.pop())
this.selectorList.removeChild(elem); this.selectorList.removeChild(elem);
this.selectElement = null; this.selectElement = null;
this.firstElement = null; this.firstElement = null;
this.isFormula = false; 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