Files
2025-09-29 00:52:08 +02:00

14 lines
287 B
CSS
Executable File

/* Local modifications to jquery ui theme so the original stays intact */
.ui-progressbar {
height: 0.5em;
overflow: hidden;
text-align: left;
}
.ui-autocomplete {
max-height: 20em;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}