Files
pi-control/resources/plugins/fritzbox/public_html/css/style.css
Gregor Schulte b303dd00d6 Init Repo
2021-06-17 12:24:22 +02:00

55 lines
744 B
CSS

@charset "utf-8";
/* CSS Document */
.refresh {
width: 100%;
display: table;
}
.refresh > div {
display: table-cell;
width: 100%;
vertical-align: middle;
padding-right: 15px;
}
.refresh .refresh-bar {
height: 2px;
overflow: hidden;
width: 0%;
}
.refresh > a {
text-decoration: none;
display: table-cell;
font-size: 0px;
}
.refresh > a > img {
width: 16px;
height: 16px;
}
.custom-progressbar {
width: 100%;
position: relative;
height: 17px;
background: #DDDDDD;
border-radius: 2px;
}
.custom-progressbar > div {
position: absolute;
left: 0;
top: 0;
bottom: 0;
}
.custom-progressbar::after {
content: attr(data-text);
position: absolute;
width: 100%;
text-align: center;
line-height: 17px;
font-size: 11px;
}