/usr/share/civicrm/css/backdrop.css is in civicrm-common 4.7.30+dfsg-1ubuntu1.
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 | /* Styles specific to Backdrop CMS */
/* Make status messages work with Backdrop styles */
.crm-container .messages.status {
background-color: #E9EEBC;
padding: 0.9em 0.625em 1em 3.438em;
border: none;
}
@media only screen and (min-width:34em) {
.crm-container .messages.status {
padding-left: 4.375em;
}
}
|