Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions plugins/SFWSwitch/additional_plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
.hon-image-image-container,
.hon-image-image,

/* Deck Viewer */
.swiper-zoom-container,
.gallery-cover-link,

/* O Stats */
.custom-stats-row .stats-element img,
Expand All @@ -35,6 +38,10 @@
/* StashBattle */
.pwr-scene-info,

/* Deck Viewer */
.gallery-cover-title,
.gallery-performers,

/* HotOrNot */
.hon-selection-name,
.hon-performer-info.hon-scene-info,
Expand All @@ -49,6 +56,12 @@
transition: filter 0.25s ease;
}

/* Deck Viewer */
.swiper-zoom-container:hover,
.gallery-cover-link:hover,
.gallery-cover-title:hover,
.gallery-performers:hover,

/* StashBattle */
.pwr-scene-image-container:hover,
.pwr-scene-image-container:hover .pwr-hover-preview,
Expand Down
2 changes: 2 additions & 0 deletions plugins/SFWSwitch/sfw.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.image-card img,
.image-thumbnail,
.Lightbox-carousel,
.image-image,
.react-photo-gallery--gallery img,

/* group */
Expand Down Expand Up @@ -130,6 +131,7 @@ div:hover > .image-header,
.image-thumbnail:hover,
.TruncatedText.image-card__description:hover,
.wall-item:hover img,
.image-image:hover,


/* group */
Expand Down
2 changes: 1 addition & 1 deletion plugins/SFWSwitch/sfwswitch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: SFW Switch
description: Add a button to blur covers and images.
version: 1.6
version: 1.7
url: https://discourse.stashapp.cc/t/sfw-switch/4658
ui:
javascript:
Expand Down
Loading