Add css class for toogle preview icon
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
91b6d903f7
commit
1f189d6769
|
@ -369,6 +369,10 @@ img, object, video, button, textarea, input, select {
|
|||
background-image: url('../img/actions/toggle.svg?v=1');
|
||||
}
|
||||
|
||||
.icon-toggle-pictures {
|
||||
background-image: url('../img/actions/toggle-pictures.svg?v=1');
|
||||
}
|
||||
|
||||
.icon-triangle-e {
|
||||
background-image: url('../img/actions/triangle-e.svg?v=1');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue