You are here

privatemsg-view.theme.css in Privatemsg 7

Same filename and directory in other branches
  1. 7.2 styles/privatemsg-view.theme.css
span.privatemsg-message-new {
  color: red;
}

/* #content is required to be more explicit than bartik */
#content h2.privatemsg-reply {
  margin-bottom: 10px;
}

File

styles/privatemsg-view.theme.css
View source
  1. span.privatemsg-message-new {
  2. color: red;
  3. }
  4. /* #content is required to be more explicit than bartik */
  5. #content h2.privatemsg-reply {
  6. margin-bottom: 10px;
  7. }