mirror of https://github.com/apache/cloudstack.git
added new css for grid error msg
This commit is contained in:
parent
48d7ab1907
commit
ae2bf6df38
|
|
@ -1841,6 +1841,14 @@ a:visited {
|
|||
background:#FFF repeat top left;
|
||||
}
|
||||
|
||||
.grid_rows.success {
|
||||
background:#fffbe6 url(../images/infomsg_bg.gif) repeat-x top left;
|
||||
}
|
||||
|
||||
.grid_rows.error {
|
||||
background:#ffe5e5 url(../images/errormsg_bg.gif) repeat-x top left;
|
||||
}
|
||||
|
||||
.grid_rows.odd {
|
||||
background:#f3f3f3 repeat top left;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue