diff --git a/src/app/backend/views/discount/index.php b/src/app/backend/views/discount/index.php index ef5b40d..1cf264d 100644 --- a/src/app/backend/views/discount/index.php +++ b/src/app/backend/views/discount/index.php @@ -36,6 +36,7 @@ '
'; diff --git a/www-backend/css/main.css b/www-backend/css/main.css index 234856a..e185757 100644 --- a/www-backend/css/main.css +++ b/www-backend/css/main.css @@ -917,6 +917,9 @@ 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_ico a{background: url(../images/up-arrow.png) 0% 0% no-repeat; width: 16px; height: 16px} +.one_page_edit:hover .one_page_status_ico a{background: url(../images/up-arrow.png) 0% 0% no-repeat; width: 16px; height: 16px} + -- libgit2 0.21.4