mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Make host links bold in the comments view
This commit is contained in:
parent
1f4c970cb3
commit
b6a399df1a
@ -17,6 +17,10 @@
|
|||||||
// Object link and comment author in the comment overview
|
// Object link and comment author in the comment overview
|
||||||
.comment-author {
|
.comment-author {
|
||||||
margin-bottom: 0.25em;
|
margin-bottom: 0.25em;
|
||||||
|
|
||||||
|
> a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Comment icons, e.g. persistent in the comment overview
|
// Comment icons, e.g. persistent in the comment overview
|
||||||
|
Loading…
x
Reference in New Issue
Block a user