mirror of
https://github.com/apache/cloudstack
synced 2026-08-09 08:03:16 +00:00
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
Block a user