Merge pull request #5978 from nextcloud/12-5908
[stable12] Add css class for toogle preview icon
This commit is contained in:
commit
cd095bb0b8
|
@ -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