X Tutup
Skip to content

Commit 7c8a2cc

Browse files
committed
added waiting indicator css/image
1 parent 6cc9464 commit 7c8a2cc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

css/angular.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,15 @@ div.ui-widget {
170170
height: 100%;
171171
border: 2px solid black;
172172
}
173+
174+
175+
/*****************
176+
* indicators
177+
*****************/
178+
.ng-indicator-wait {
179+
display: inline-block;
180+
height: 16px;
181+
width: 16px;
182+
background-image: url("angular_images/indicator-wait.png");
183+
}
184+
1.81 KB
Loading

0 commit comments

Comments
 (0)
X Tutup