mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-25 22:37:02 -04:00
PictureInPicture: pip button hover styles (#1775)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
5eb9dd04df
commit
79295683ee
2 changed files with 12 additions and 1 deletions
8
src/plugins/pictureInPicture/styles.css
Normal file
8
src/plugins/pictureInPicture/styles.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
.vc-pip-button {
|
||||
color: var(--interactive-normal);
|
||||
}
|
||||
|
||||
.vc-pip-button:hover {
|
||||
background-color: var(--background-modifier-hover);
|
||||
color: var(--interactive-hover);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue