Skip to content

Commit bdc2319

Browse files
authored
Update MyAnimeListDeepDark.css
1.3.0 kde close buttons
1 parent 0b26685 commit bdc2319

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

MyAnimeListDeepDark.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*Theme made by RaitaroH @https://github.com/RaitaroH/MyAnimeList-DeepDark*/
44

5-
/*1.2.9*/
5+
/*1.3.0*/
66

77
/*Main color variables*/
88
:root
@@ -1968,14 +1968,16 @@
19681968
}
19691969
#fancybox-close
19701970
{
1971-
opacity: .9;
1971+
background: url(https://raw.githubusercontent.com/RaitaroH/MyAnimeList-DeepDark/master/Images/close_sprite.png) no-repeat !important;
1972+
height: 24px !important;
1973+
width: 24px !important;
19721974
}
19731975
#fancybox-close:hover
19741976
{
1975-
opacity: 1 !important;
1977+
background-position-y: -24px !important;
1978+
transition: none !important;
19761979
}
19771980

1978-
19791981
/*Modern list settings*/
19801982
.ownlist_style_theme .customize-content-left .theme-custom-content, .ownlist_style_theme .customize-content-left .theme-custom-content, .ownlist_style_theme .customize-content-left h3.theme-custom-header, .ace_editor.ace_autocomplete, .ace_editor.ace_autocomplete .ace_line-hover
19811983
{

0 commit comments

Comments
 (0)