Add @-moz-document preamble and fix hover effect

This commit is contained in:
Alexander Weidinger
2018-06-11 00:06:52 +02:00
parent 866adf5cfc
commit a8cc62dc05

View File

@@ -1,7 +1,14 @@
@import "nord/src/lesscss/nord.less"; @import "nord/src/lesscss/nord.less";
@-moz-document domain('www.crunchyroll.com') {
@orange: #f78c25; @orange: #f78c25;
/* other popular shows hover */
.landscape-grid .wrapper:hover {
background: @nord3;
}
/* buttons */ /* buttons */
#source_home .queue-to-top { #source_home .queue-to-top {
background: data-uri('img/queue_arrow_without-background.png') -3px 0 no-repeat; background: data-uri('img/queue_arrow_without-background.png') -3px 0 no-repeat;
@@ -102,3 +109,4 @@ body.main-page {
.welcome-block h1, .welcome-title-list h1 { .welcome-block h1, .welcome-title-list h1 {
border-bottom: 1px solid @nord1; border-bottom: 1px solid @nord1;
} }
}