mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
0329b5f3b9
update pm-unread css class to show a thick border on the left side. The color for this border may be defined in the theme (default: black)
8 lines
168 B
CSS
8 lines
168 B
CSS
|
|
tr.pm-unread { font-weight: bold; border-left: 4px solid; }
|
|
|
|
.pm-show h3 { margin-top:5px }
|
|
.pm-show h3 small { margin-top:5px }
|
|
|
|
div.pm-message { min-height:150px }
|