diff --git a/public/css/g.css b/public/css/g.css index 205343a5..c6dfc50f 100644 --- a/public/css/g.css +++ b/public/css/g.css @@ -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; -} \ No newline at end of file +}