FreeDATA/gui/src/styles.css

18 lines
295 B
CSS
Raw Normal View History

/* 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;
}