Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update classic.css

Cette révision appartient à :
kilo 2017-10-31 04:23:50 +01:00 révisé par GitHub
Parent 30c6993df2
révision 783e4fdf64
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -746,7 +746,7 @@ span.tag {
right: 11px; right: 11px;
} }
.sukebei #reportPopup { .sukebei #reportPopup {
color: #660000; color: #660000!important;
} }
#reportPopup:hover { #reportPopup:hover {
text-decoration: underline; text-decoration: underline;
@ -754,6 +754,12 @@ span.tag {
.modal-header { .modal-header {
background: linear-gradient(to bottom, #33ca98 0%, #337372 72%); background: linear-gradient(to bottom, #33ca98 0%, #337372 72%);
} }
.sukebei .modal-header {
background: linear-gradient(to bottom, #c54f6a 5%, #482120 80%);
}
.modal-footer{ .modal-footer{
background: #26332e; background: #26332e;
} }
.sukebei .modal-footer {
background: #332626;
}