Bladeren bron

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.

Nate Jones 10 jaren geleden
bovenliggende
commit
f61af016b8
2 gewijzigde bestanden met toevoegingen van 76 en 0 verwijderingen
  1. 38 0
      themes/enhanced/template.php
  2. 38 0
      themes/minimized/template.php

+ 38 - 0
themes/enhanced/template.php

@@ -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>

+ 38 - 0
themes/minimized/template.php

@@ -1122,6 +1122,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>