FSN#55632 Kleur recent changed bij objecten gelijk aan recent changed bij meldingen

svn path=/Website/branches/v2018.2/; revision=40155
This commit is contained in:
Ruud Lipper
2018-12-10 13:10:25 +00:00
parent 38efdf59af
commit 2ee42d6cdc

View File

@@ -754,12 +754,18 @@ div.widget {
.recentlychanged .fa-plus-square-o {
color:red;
}
tr.recentlychangedopdr td, tr.recentlychangedmld td {
tr.recentlychangedopdr td {
background-color: #90E9A6;
color: ==textcolor==;
opacity: 1.0;
}
tr.recentlychangedmld td {
background-color: #FDFF9F;
color: ==textcolor==;
opacity: 1.0;
}
/* Modal windows (kalender, popups) */
.ui-dialog {