diff options
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/image/key.png | bin | 0 -> 859 bytes | |||
-rw-r--r-- | share/www/style/layout.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/share/www/image/key.png b/share/www/image/key.png Binary files differnew file mode 100644 index 00000000..e04ed108 --- /dev/null +++ b/share/www/image/key.png diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 30c21824..669bf8f7 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -236,7 +236,7 @@ body.fullwidth #wrap { margin-right: 0; } #toolbar button:hover { background-position: 2px -30px; color: #000; } #toolbar button:active { background-position: 2px -62px; color: #000; } #toolbar button.add { background-image: url(../image/add.png); } -#toolbar button.security { background-image: url(../image/compact.png); } +#toolbar button.security { background-image: url(../image/key.png); } #toolbar button.compact { background-image: url(../image/compact.png); } #toolbar button.delete { background-image: url(../image/delete.png); } #toolbar button.load { background-image: url(../image/load.png); } |