/var/www/doncode.com.ua/www/zed/css
Edit: /var/www/doncode.com.ua/www/zed/css/chages.css (827B)
html, body{
#margin:1px;
#padding:0px;
}
.f_new{
width:16px;
height:16px;
background-image: url('../images/new.png');
background-repeat: no-repeat;
}
.f_chaged{
width:16px;
height:16px;
background-image: url('../images/chaged.png');
background-repeat: no-repeat;
}
.f_deleded{
width:16px;
height:16px;
background-image: url('../images/delete.png');
background-repeat: no-repeat;
}
.tr_new{
background-color:#bfb;
}
.tr_chaged{
background-color:#ffd;
}
.tr_deleded{
background-color:#fdd;
}
.tr_title{
background-color:#ccf;
}
.tr_notab{background-color:#faa;}
.tr_undef{background-color:#f99;}
.tr_nofield{background-color:#fcc;}
.tr_por{background-color:#ffa;}
.tr_param{background-color:#ffc;}
.tr_keyIndex{background-color:#ffd;}
.tr_ok{background-color:#bfb;}