We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f475886 commit 9f81d90Copy full SHA for 9f81d90
ngProgress.css
@@ -1,12 +1,13 @@
1
-/* Styling for the progressbar itself */
2
-.progressbar {
+/* Styling for the ngProgress itself */
+#ngProgress {
3
margin: 0;
4
padding: 0;
5
z-index: 99998;
6
background-color: green;
7
color: green;
8
box-shadow: 0 0 10px 0; /* Inherits the font color */
9
height: 2px;
10
+ opacity: 0;
11
12
/* Add CSS3 styles for transition smoothing */
13
-webkit-transition: all 0.5s ease-in-out;
@@ -15,8 +16,8 @@
15
16
transition: all 0.5s ease-in-out;
17
}
18
-/* Styling for the progressbar-container */
19
-.progressbar-container {
+/* Styling for the ngProgress-container */
20
+#ngProgress-container {
21
position: fixed;
22
23
0 commit comments