FreeDATA/gui/src/styles.css
2021-11-07 12:17:23 +01:00

18 lines
295 B
CSS

/* disable scrolling in main window */
body {
padding-right: 0px !important;
overflow-y: hidden !important;
}
/*Progress bars with centered text*/
.progress {
position: relative;
}
.progress span {
position: absolute;
display: block;
width: 100%;
color: black;
}