/usr/share/civicrm/ang/crmMailingAB.css is in civicrm-common 4.7.1+dfsg-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | .crm-mailing-ab-slider .slider-test .ui-slider-range {
background: #5050b0;
}
.crm-mailing-ab-slider .slider-win .ui-slider-range {
background: #50b050;
}
.crm-mailing-ab-stats .series {
fill: none;
}
.crm-mailing-ab-stats .axis path, .crm-mailing-ab-stats .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.crm-mailing-ab-col {
width: 18em;
}
.crm-mailing-ab-table tbody tr:last-child td {
padding-bottom: 2em;
}
|