diff options
author | buoyantair <buoyantair@protonmail.com> | 2018-11-18 21:55:52 +0530 |
---|---|---|
committer | buoyantair <buoyantair@protonmail.com> | 2018-11-18 21:55:52 +0530 |
commit | b9f234371bfaf0d9cfa81e02fcea92cac1f9ae13 (patch) | |
tree | dcdf451ac431ec7953bee58e814f642d1c370d1b /client/src/sass/player/settings-menu.scss | |
parent | 92e07c3b5d9dbf2febedb1b5b87ec676eb6d1ac8 (diff) | |
parent | 9d0b856e930ee1c676d16a56408a3e4a18f8f978 (diff) | |
download | PeerTube-b9f234371bfaf0d9cfa81e02fcea92cac1f9ae13.tar.gz PeerTube-b9f234371bfaf0d9cfa81e02fcea92cac1f9ae13.tar.zst PeerTube-b9f234371bfaf0d9cfa81e02fcea92cac1f9ae13.zip |
Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into move-utils-to-shared
Diffstat (limited to 'client/src/sass/player/settings-menu.scss')
-rw-r--r-- | client/src/sass/player/settings-menu.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/player/settings-menu.scss b/client/src/sass/player/settings-menu.scss index d065e72fb..61965c85e 100644 --- a/client/src/sass/player/settings-menu.scss +++ b/client/src/sass/player/settings-menu.scss | |||
@@ -171,7 +171,7 @@ $setting-transition-easing: ease-out; | |||
171 | left: 8px; | 171 | left: 8px; |
172 | content: ' '; | 172 | content: ' '; |
173 | margin-top: 1px; | 173 | margin-top: 1px; |
174 | background-image: url('#{$assets-path}/player/images/tick.svg'); | 174 | background-image: url('#{$assets-path}/player/images/tick-white.svg'); |
175 | } | 175 | } |
176 | } | 176 | } |
177 | } | 177 | } |
@@ -197,4 +197,4 @@ $setting-transition-easing: ease-out; | |||
197 | } | 197 | } |
198 | } | 198 | } |
199 | } | 199 | } |
200 | } \ No newline at end of file | 200 | } |