mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
fixing message highlight in admin
This commit is contained in:
parent
d010eee5d8
commit
6839cd6430
1 changed files with 2 additions and 2 deletions
|
@ -537,8 +537,8 @@ section.details {
|
|||
|
||||
.hidden-post td.excerpt, .hidden-post td.user { opacity: 0.5; }
|
||||
.deleted td.excerpt, .deleted td.user { background-color: scale-color($danger, $lightness: 70%); }
|
||||
.message { background-color: scale-color($highlight, $lightness: 70%); }
|
||||
.message:hover { background-color: scale-color($highlight, $lightness: 30%); }
|
||||
.message { background-color: dark-light-diff($highlight, $secondary, 50%, -70%); }
|
||||
.message:hover { background-color: dark-light-diff($highlight, $secondary, 60%, -60%); }
|
||||
td { vertical-align: top; }
|
||||
th { text-align: left; }
|
||||
.user {
|
||||
|
|
Loading…
Reference in a new issue