Skip to content

Commit 9f81d90

Browse files
committed
Change class to id and opacity:0 on init
1 parent f475886 commit 9f81d90

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ngProgress.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
/* Styling for the progressbar itself */
2-
.progressbar {
1+
/* Styling for the ngProgress itself */
2+
#ngProgress {
33
margin: 0;
44
padding: 0;
55
z-index: 99998;
66
background-color: green;
77
color: green;
88
box-shadow: 0 0 10px 0; /* Inherits the font color */
99
height: 2px;
10+
opacity: 0;
1011

1112
/* Add CSS3 styles for transition smoothing */
1213
-webkit-transition: all 0.5s ease-in-out;
@@ -15,8 +16,8 @@
1516
transition: all 0.5s ease-in-out;
1617
}
1718

18-
/* Styling for the progressbar-container */
19-
.progressbar-container {
19+
/* Styling for the ngProgress-container */
20+
#ngProgress-container {
2021
position: fixed;
2122
margin: 0;
2223
padding: 0;

0 commit comments

Comments
 (0)