From cb3c99c106b46b1bbbc75764c61e604af8e3b586 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 21 Dec 2016 12:24:03 +0200 Subject: [PATCH] status --- www-backend/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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