Skip to content

Commit

Permalink
more neutral color for info message_after_redirect; fix glpi-project#…
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh authored and trasher committed Nov 24, 2016
1 parent 97e220b commit 80e00e6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 ---------------#################### */
Expand Down

0 comments on commit 80e00e6

Please sign in to comment.