Prettier color for /g/'s theme user menu (#910)
It's very ugly at the time being
Cette révision appartient à :
Parent
79fbb4085d
révision
77760b3067
1 fichiers modifiés avec 5 ajouts et 5 suppressions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket