mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Added save-load icons
This commit is contained in:
parent
d7c70bd8a8
commit
f45a777e5b
@ -10295,6 +10295,15 @@ button.disabled_action_button {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
button div.save {
|
||||
mask: url(../../images/save_mc.png) no-repeat center / contain;
|
||||
-webkit-mask: url(../../images/save_mc.png) no-repeat center / contain;
|
||||
}
|
||||
|
||||
button div.load {
|
||||
mask: url(../../images/logs@svg.svg) no-repeat center / contain;
|
||||
-webkit-mask: url(../../images/logs@svg.svg) no-repeat center / contain;
|
||||
}
|
||||
button div.camera {
|
||||
mask: url(../../images/picture.svg) no-repeat center / contain;
|
||||
-webkit-mask: url(../../images/picture.svg) no-repeat center / contain;
|
||||
|
Loading…
x
Reference in New Issue
Block a user