mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
add proper classes for white audio and video icons
This commit is contained in:
parent
09e1218df9
commit
c2a1809243
1 changed files with 6 additions and 0 deletions
|
|
@ -117,6 +117,9 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
|
|||
.icon-audio {
|
||||
background-image: url('../img/actions/audio.svg?v=1');
|
||||
}
|
||||
.icon-audio-white {
|
||||
background-image: url('../img/actions/audio-white.svg?v=1');
|
||||
}
|
||||
|
||||
.icon-caret {
|
||||
background-image: url('../img/actions/caret.svg?v=1');
|
||||
|
|
@ -316,6 +319,9 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
|
|||
.icon-video {
|
||||
background-image: url('../img/actions/video.svg?v=1');
|
||||
}
|
||||
.icon-video-white {
|
||||
background-image: url('../img/actions/video-white.svg?v=1');
|
||||
}
|
||||
|
||||
.icon-view-close {
|
||||
background-image: url('../img/actions/view-close.svg?v=1');
|
||||
|
|
|
|||
Loading…
Reference in a new issue