/usr/share/civicrm/css/admin.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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | /* Styles specific to admin pages/forms */
/* Config Task List */
#crm-container td.tasklist a {
font-weight: bold;
}
#crm-container table.selector td.tasklist {
border-right: 1px solid #DDDDDD;
width: 20%;
}
#crm-container td.tasklist a:link {
color: #FF0105;
}
#crm-container td.tasklist a:visited {
color: green;
}
/* Class for successful upgrade */
.crm-container .upgrade-success {
background-color: #00CC00;
color: white;
}
/* Extension management */
.crm-container .extension-upgradable {
background-color: #FFFFCC !important;
}
.crm-container .extension-installed {
background-color: #DDFFDD !important;
}
.crm-container .extension-missing {
color: #E43D2B !important;
}
#crm-container .crm-extensions-upgrade {
background: #ffb;
border: 1px solid #000;
text-align: center;
}
|