Skip to content

Commit ae80f90

Browse files
committed
Add styling for the loading bar in viewer.css
1 parent e6c7291 commit ae80f90

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/src/main/assets/viewer.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,14 @@ body {
7979
.textLayer .endOfContent.active {
8080
top: 0;
8181
}
82+
83+
#loading-bar-container {
84+
width: 100%;
85+
background-color: #bbdefb;
86+
}
87+
88+
#loading-bar {
89+
width: 0%;
90+
height: 4px;
91+
background-color: #106cc8;
92+
}

0 commit comments

Comments
 (0)