Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #1056 from Kiloutre/patch-11

Prettier color for red button when hovered and .h-user when focused
Cette révision appartient à :
akuma06 2017-06-23 12:03:46 +02:00 révisé par GitHub
révision 7fd6698eeb
2 fichiers modifiés avec 8 ajouts et 1 suppressions

Voir le fichier

@ -55,6 +55,11 @@ td.tr-le, .error-text { color: #E84C4C; }
.btn-red {
background-color: #E84C4C;
color: #E8E8E8;
}
.btn-red:hover {
color: #E8E8E8;
}
/* Original Nyaa colors, do NOT change! */

Voir le fichier

@ -51,6 +51,8 @@ td.tr-le, .error-text { color: #E84C4C; }
color: #E8E8E8;
}
.btn-red:hover { color: #E8E8E8; }
.aplus, .btn-blue { background: hsla(200, 100%, 50%, 0.2) !important; }
.trusted, .btn-green { background: hsla(100, 100%, 50%, 0.2) !important; }
.remake, .btn-orange { background: hsla(30, 100%, 50%, 0.2) !important; }
@ -77,4 +79,4 @@ td.tr-le, .error-text { color: #E84C4C; }
border-color: #C48CBE;
}
.header .h-user button:focus {background-color: rgba(0,0,255, 0.2);}
.header .h-user button:focus {background-color: rgba(0,100,200, 0.15);}