Merge pull request #5908 from nextcloud/add-css-icon
Add css class for toogle preview icon
This commit is contained in:
commit
3c4ac6060a
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue