Add icons for update

This commit is contained in:
Manfred Karrer 2014-12-17 17:40:42 +01:00
parent b440469ba7
commit 2e97e900e5
9 changed files with 17 additions and 0 deletions

View File

@ -138,4 +138,21 @@
#image-connection-synced {
-fx-image: url("../../../images/connection/synced.png");
}
/* software update*/
#image-update-in-progress {
-fx-image: url("../../../images/update/update_in_progress.png");
}
#image-update-up-to-date {
-fx-image: url("../../../images/update/update_up_to_date.png");
}
#image-update-available {
-fx-image: url("../../../images/update/update_available.png");
}
#image-update-failed {
-fx-image: url("../../../images/update/update_failed.png");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB