mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Alerts gui commit
This commit is contained in:
@@ -1612,3 +1612,20 @@ tr.search:nth-child(odd) {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
max-height: 100px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* IE 6 doesn't support max-height
|
||||
* we use height instead, but this forces the menu to always be this tall
|
||||
*/
|
||||
* html .ui-autocomplete {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.glyphicon-large {
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user