replaced some more transparent png images with gif
This commit is contained in:
parent
77bead9983
commit
ae3164b229
8 changed files with 6 additions and 6 deletions
|
@ -128,15 +128,15 @@ def:show_volume_icon(volume) ?><?cs
|
|||
# show the appropriate icon for the current state of the volume ?>
|
||||
<?cs if:volume.active ?><?cs
|
||||
if:volume.encryption ?><?cs
|
||||
set:filename='volume_active_crypto.png' ?><?cs
|
||||
set:filename='volume_active_crypto.gif' ?><?cs
|
||||
else ?><?cs
|
||||
set:filename='volume_active_plain.png' ?><?cs
|
||||
set:filename='volume_active_plain.gif' ?><?cs
|
||||
/if ?><?cs
|
||||
else ?><?cs
|
||||
if:volume.encryption ?><?cs
|
||||
set:filename='volume_passive_crypto.png' ?><?cs
|
||||
set:filename='volume_passive_crypto.gif' ?><?cs
|
||||
else ?><?cs
|
||||
set:filename='volume_passive_plain.png' ?><?cs
|
||||
set:filename='volume_passive_plain.gif' ?><?cs
|
||||
/if ?><?cs
|
||||
/if ?>
|
||||
<img src="<?cs call:link('cryptobox-misc/' + filename,'','','','') ?>" alt="icon: volume" /><?cs
|
||||
|
|
|
@ -533,11 +533,11 @@ table#volume_area td.volume_plugin_active, table#volume_area td.volume_plugin_pa
|
|||
}
|
||||
|
||||
table#volume_area td.volume_plugin_active {
|
||||
background-image: url(register_active2.png);
|
||||
background-image: url(register_active2.gif);
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_passive {
|
||||
background-image: url(register_passive2.png);
|
||||
background-image: url(register_passive2.gif);
|
||||
}
|
||||
|
||||
table#volume_area td.volume_plugin_active img, table#volume_area td.volume_plugin_passive img {
|
||||
|
|
BIN
www-data/register_active2.gif
Normal file
BIN
www-data/register_active2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
www-data/register_passive2.gif
Normal file
BIN
www-data/register_passive2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 141 B |
BIN
www-data/volume_active_crypto.gif
Normal file
BIN
www-data/volume_active_crypto.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
www-data/volume_active_plain.gif
Normal file
BIN
www-data/volume_active_plain.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
www-data/volume_passive_crypto.gif
Normal file
BIN
www-data/volume_passive_crypto.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
BIN
www-data/volume_passive_plain.gif
Normal file
BIN
www-data/volume_passive_plain.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7 KiB |
Loading…
Reference in a new issue