Skip to content

Commit 80e00e6

Browse files
orthaghtrasher
authored andcommitted
more neutral color for info message_after_redirect; fix #1304 (#1331)
1 parent 97e220b commit 80e00e6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

css/styles.css

+3-7
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@ a.icon_nav_move:hover img {
19541954
font-family:"Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
19551955
color:#393939;
19561956
font-size: 11px;
1957-
background: #CDE4CB;
1957+
background: #DFDFDF;
19581958
}
19591959

19601960
.message_after_redirect h3 {
@@ -1986,14 +1986,10 @@ a.icon_nav_move:hover img {
19861986
}
19871987

19881988
/* ##### INFO messages ##### */
1989-
.ui-widget-content.message_after_redirect.info_msg {
1990-
background-color: #a3abc0;
1991-
}
1992-
19931989
.message_after_redirect.info_msg div.ui-widget-header {
19941990
color: white;
1995-
background: rgba(27, 47, 98, .8);
1996-
border-color: rgba(27, 47, 98, 0.8);
1991+
background: #A9A9A9;
1992+
border-color: #A9A9A9;
19971993
}
19981994

19991995
/* ################--------------- Login Null Header ---------------#################### */

0 commit comments

Comments
 (0)