Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Prettier color for /g/'s theme user menu (#910)

It's very ugly at the time being
Cette révision appartient à :
kilo 2017-06-04 12:52:41 +02:00 révisé par ewhal
Parent 79fbb4085d
révision 77760b3067

Voir le fichier

@ -23,10 +23,10 @@ a:hover { color: #444; }
border-color: #1d6d90;
}
.header .h-user .user-menu {
background: #99BFD0;
background: -moz-linear-gradient(top, #99BFD0 0%, #ABCFDF 100%);
background: -webkit-linear-gradient(top, #99BFD0 0%, #ABCFDF 100%);
background: linear-gradient(to bottom, #99BFD0 0%, #ABCFDF 100%);
background: #BDE0EF;
background: -moz-linear-gradient(top, #BDE0EF 0%, #ABCFDF 100%);
background: -webkit-linear-gradient(top, #BDE0EF 0%, #ABCFDF 100%);
background: linear-gradient(to bottom, #BDE0EF 0%, #ABCFDF 100%);
border-color: #1d6d90;
}
@ -175,4 +175,4 @@ td.tr-le, .error-text { color: #E84C4C; }
background: #F0B080;
color:white;
font-weight: bold;
}
}