mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Operator Panel: Reduce font size and change font of auto-complete suggestion list (forgot Enhanced template).
This commit is contained in:
@@ -1131,8 +1131,6 @@ legend {
|
|||||||
/* jquery ui autocomplete styles */
|
/* jquery ui autocomplete styles */
|
||||||
|
|
||||||
.ui-widget {
|
.ui-widget {
|
||||||
font-family: arial;
|
|
||||||
font-size: 12px;
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
@@ -1148,18 +1146,23 @@ legend {
|
|||||||
border: 1px solid #c0c0c0;
|
border: 1px solid #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui-menu, .ui-menu .ui-menu-item {
|
||||||
|
width: 350px;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-menu .ui-menu-item a {
|
.ui-menu .ui-menu-item a {
|
||||||
padding-right: 25px;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-color: #fff;
|
border-color: #fff;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
white-space: nowrap;
|
||||||
|
font-family: arial;
|
||||||
|
font-size: 12px;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-menu .ui-menu-item a:hover {
|
.ui-menu .ui-menu-item a:hover {
|
||||||
padding-right: 25px;
|
|
||||||
color: #5082ca;
|
color: #5082ca;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user