From 80e00e6628ed3514964e6304c390c1b4b68b0403 Mon Sep 17 00:00:00 2001 From: Alexandre Delaunay Date: Thu, 24 Nov 2016 16:22:43 +0100 Subject: [PATCH] more neutral color for info message_after_redirect; fix #1304 (#1331) --- css/styles.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/css/styles.css b/css/styles.css index aa7badc4377..451453c13f6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1954,7 +1954,7 @@ a.icon_nav_move:hover img { font-family:"Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif; color:#393939; font-size: 11px; - background: #CDE4CB; + background: #DFDFDF; } .message_after_redirect h3 { @@ -1986,14 +1986,10 @@ a.icon_nav_move:hover img { } /* ##### INFO messages ##### */ -.ui-widget-content.message_after_redirect.info_msg { - background-color: #a3abc0; -} - .message_after_redirect.info_msg div.ui-widget-header { color: white; - background: rgba(27, 47, 98, .8); - border-color: rgba(27, 47, 98, 0.8); + background: #A9A9A9; + border-color: #A9A9A9; } /* ################--------------- Login Null Header ---------------#################### */