diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-04-09 07:12:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-09 07:12:24 +0200 |
commit | 04f8b99dce920f254cdf3443b2e947e1326173fb (patch) | |
tree | 8256bdb67949ca1e92e3e6b6d0a91c0b3b62efbf /core/css/icons.scss | |
parent | 5bbe6bb44e73af9c67fb2c09f04a17df60b1e9a9 (diff) | |
parent | 203a8f293b7b8c7cd62b9d534b3df4debc3afe9a (diff) | |
download | nextcloud-server-04f8b99dce920f254cdf3443b2e947e1326173fb.tar.gz nextcloud-server-04f8b99dce920f254cdf3443b2e947e1326173fb.zip |
Merge pull request #9118 from nextcloud/video-switch
Add video switch icon
Diffstat (limited to 'core/css/icons.scss')
-rw-r--r-- | core/css/icons.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss index b4505e24e18..775decfa3a8 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -443,6 +443,10 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] { filter: invert(100%) drop-shadow(1px 1px 4px $color-box-shadow); } +.icon-video-switch { + background-image: url('../img/actions/video-switch.svg?v=1'); +} + .icon-view-close { background-image: url('../img/actions/view-close.svg?v=1'); } |