mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user