diff --git a/www-backend/css/main.css b/www-backend/css/main.css index 23cd5a1..d60f5a0 100644 --- a/www-backend/css/main.css +++ b/www-backend/css/main.css @@ -917,8 +917,8 @@ label.error { .one_page_edit:hover .one_page_delete_ico a{background: url(../images/del_hover.png) 0% 0% no-repeat; width: 16px; height: 16px} .one_page_edit .one_page_edit_ico a{background: url(../images/pencil.png) 0% 0% no-repeat; width: 16px; height: 16px} .one_page_edit:hover .one_page_edit_ico a{background: url(../images/pencil_hover.png) 0% 0% no-repeat; width: 16px; height: 16px} -.one_page_edit .one_page_status_on_ico a{background: url(../images/order_ico1.png) 0% 0% no-repeat; width: 16px; height: 16px} -.one_page_edit .one_page_status_off_ico a{background: url(../images/order_ico3.png) 0% 0% no-repeat; width: 16px; height: 16px} +.one_page_edit .one_page_status_on_ico a{background: url(../images/green_16.jpg) 0% 0% no-repeat; width: 16px; height: 16px} +.one_page_edit .one_page_status_off_ico a{background: url(../images/red_16.png) 0% 0% no-repeat; width: 16px; height: 16px} -- libgit2 0.21.4