Index: ssts-web/src/main/webapp/common/common.css =================================================================== diff -u -r41374 -r41395 --- ssts-web/src/main/webapp/common/common.css (.../common.css) (revision 41374) +++ ssts-web/src/main/webapp/common/common.css (.../common.css) (revision 41395) @@ -4,12 +4,20 @@ color: #fff; } +.my_row_red .x-grid3-cell a:link{ + color: #fff !important; +} + /*橙红*/ .my_row_orangeRed div{ background-color: #ff3300 !important; color: #fff; } +.my_row_orangeRed .x-grid3-cell a:link{ + color: #fff !important; +} + /*橙*/ .my_row_orange div{ background-color: #ff6600 !important; @@ -36,6 +44,10 @@ color: #fff; } +.my_row_green .x-grid3-cell a:link{ + color: #fff !important; +} + /*蓝绿*/ .my_row_greenBlue div{ background-color: #00ffff !important; @@ -47,6 +59,10 @@ color: #fff; } +.my_row_blue .x-grid3-cell a:link{ + color: #fff !important; +} + /*蓝紫*/ .my_row_bluePurple div{ background-color: #6600ff !important;