FSN#35170 zien waar je mee bezig was

svn path=/Website/trunk/; revision=28959
This commit is contained in:
Peter Feij
2016-04-14 17:10:36 +00:00
parent 0761e2a7ee
commit 4a1f21646b

View File

@@ -500,7 +500,8 @@ tr.updated td .afwijkopstel {
background-color:#888; background-color:#888;
} }
.dirty td { .dirty td {
color: #888; filter: alpha(opacity=50);
opacity: 0.5;
} }
.highlite td { .highlite td {
color: white; color: white;
@@ -1627,8 +1628,9 @@ tr.resV td {
background-color: #fcfcfc; background-color: #fcfcfc;
} }
tr.editing td,
tr.updated td { tr.updated td {
background-color: #FDFF3F; background-color: #FDFF9F;
color: ==textcolor==; color: ==textcolor==;
filter: alpha(opacity=100); filter: alpha(opacity=100);
opacity: 1.0; opacity: 1.0;