You are here

access_unpublished.css in Access unpublished 7

/**
 * Hash access CSS
 */

/*
 We need overwrite color for an a.active selector in drupal message,
  because it is black in system default and has the same color as other text
*/
a.active.hash_access_link {
  color: #0071b3;
  font-weight: bold;
  text-decoration: underline;
}

div.hash-access-link {
  border: 1px dotted #ccc;
  background-color: #f8fff0;
  padding: 0.5em;
}

File

css/access_unpublished.css
View source
  1. /**
  2. * Hash access CSS
  3. */
  4. /*
  5. We need overwrite color for an a.active selector in drupal message,
  6. because it is black in system default and has the same color as other text
  7. */
  8. a.active.hash_access_link {
  9. color: #0071b3;
  10. font-weight: bold;
  11. text-decoration: underline;
  12. }
  13. div.hash-access-link {
  14. border: 1px dotted #ccc;
  15. background-color: #f8fff0;
  16. padding: 0.5em;
  17. }