* finish task #5575.

This commit is contained in:
wangyidong
2019-05-29 14:09:32 +08:00
parent 4c652cb2bf
commit d38f319d4f
2 changed files with 0 additions and 8 deletions
-3
View File
@@ -139,9 +139,6 @@ $lang->user->personalData['finishedTask'] = 'Tasks Finished';
$lang->user->personalData['resolvedBug'] = 'Bugs Solved';
$lang->user->personalData['createdCase'] = 'Cases Created';
$lang->user->statusList['active'] = 'Activated';
$lang->user->statusList['delete'] = 'Deleted';
$lang->user->keepLogin['on'] = 'Keep Login';
$lang->user->loginWithDemoUser = 'Login as Demo User:';
-5
View File
@@ -8,11 +8,6 @@
* @version $Id: style.css 1454 2009-10-23 01:45:26Z wwccss $
* @link http://www.zentao.net
*/
/* Change zentao icon on fixed footer with classic style image */
#poweredBy .icon-zentao {background: url(images/main/icon.png) center no-repeat}
#poweredBy .icon-zentao:before {visibility: hidden;}
/* Finish task #5068*/
.main-table .table{cursor:pointer;}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th{background:none;}