diff --git a/APPL/Shared/default.csx b/APPL/Shared/default.csx index cb54902586..6adf50b35b 100644 --- a/APPL/Shared/default.csx +++ b/APPL/Shared/default.csx @@ -3382,8 +3382,9 @@ td.selectable { .draggable { color: red; + text-decoration: none !important; font-weight: bold; - cursor: move; + cursor: move !important; } .drag { position: relative; @@ -4022,32 +4023,18 @@ td.kpidetails { background-color: #FFEB9C\9; /* IE 8 and below */ } .mjbxcp td { - background: -webkit-linear-gradient(top, rgba(255, 199, 207, 1), rgba(255, 199, 207, 0.4) 80%); /* For Safari 5.1 to 6.0 */ - background: -moz-linear-gradient(top, rgba(255, 199, 207, 1), rgba(255, 199, 207, 0.4) 80%); /* For Firefox 3.6 to 15 */ - background: linear-gradient(to top, rgba(255, 199, 207, 0.6), rgba(255, 199, 207, 0.4) 50%); /* Standard syntax */ - background-color: #FFEB9C\9; /* IE 8 and below */ -/* color: #009900; */ -} -.mjbplanned.mjbxcp td { - background: -webkit-linear-gradient(top, rgba(255, 199, 207, 1), rgba(255, 199, 207, 0.4) 80%); /* For Safari 5.1 to 6.0 */ - background: -moz-linear-gradient(top, rgba(255, 199, 207, 1), rgba(255, 199, 207, 0.4) 80%); /* For Firefox 3.6 to 15 */ - background: linear-gradient(to top, rgba(255, 199, 207, 0.6), rgba(255, 199, 207, 0.4) 50%); /* Standard syntax */ - background-color: #FFEB9C\9; /* IE 8 and below */ + font-weight: bold; } span.mjborgbedrag { color: #888; font-size: 8px; } .mjbafbouw { - background: -webkit-linear-gradient(top, rgba(228, 232, 248, 1), rgba(228, 232, 248, 0.4) 80%); /* For Safari 5.1 to 6.0 */ - background: -moz-linear-gradient(top, rgba(228, 232, 248, 1), rgba(228, 232, 248, 0.4) 80%); /* For Firefox 3.6 to 15 */ - background: linear-gradient(to top, rgba(228, 232, 248, 0.6), rgba(228, 232, 248, 0.4) 50%); /* Standard syntax */ + background: rgba(228, 232, 248, 0.6) !important; /* Standard syntax */ background-color: #E4E8F8\9; /* IE 8 and below */ } .mjbverval, .mjbplanned.mjbverval { - background: -webkit-linear-gradient(top, rgba(196, 200, 216, 1), rgba(196, 200, 216, 0.4) 80%); /* For Safari 5.1 to 6.0 */ - background: -moz-linear-gradient(top, rgba(196, 200, 216, 1), rgba(196, 200, 216, 0.4) 80%); /* For Firefox 3.6 to 15 */ - background: linear-gradient(to top, rgba(196, 200, 216, 0.6), rgba(196, 200, 216, 0.4) 50%); /* Standard syntax */ + background: rgba(196, 200, 216, 0.6) !important; /* Standard syntax */ background-color: #C4C8D8\9; /* IE 8 and below */ }