Operator Panel:

- Add transfer active calls to ANY destination using keypad.
- Move inline CSS styles to theme templates.
- Use local jQuery UI CSS file instead of remote.
This commit is contained in:
Nate Jones
2015-04-08 01:01:46 +00:00
parent cd91c1e7d9
commit fb1ace1d07
6 changed files with 154 additions and 68 deletions

View File

@@ -1128,6 +1128,44 @@ legend {
border: 1px solid #5d5f5a;
}
/* jquery ui autocomplete styles */
.ui-widget {
font-family: arial;
font-size: 12px;
margin: 0px;
padding: 0px;
}
.ui-autocomplete {
cursor: default;
position: absolute;
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
white-space: nowrap;
width: auto;
border: 1px solid #c0c0c0;
}
.ui-menu .ui-menu-item a {
padding-right: 25px;
text-decoration: none;
cursor: pointer;
border-color: #fff;
background-image: none;
background-color: #fff;
color: #444;
}
.ui-menu .ui-menu-item a:hover {
padding-right: 25px;
color: #5082ca;
border: 1px solid white;
background-image: none;
background-color: #fff;
}
/* operator panel styles end */
</style>