mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
update(News Widget 1 spaltig): adds padding and updates colors of the time and content when hovered
This commit is contained in:
@@ -96,6 +96,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.widgets-news{
|
||||
padding: 0 .5rem;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.widgets-news img
|
||||
{
|
||||
max-width: 100%;
|
||||
@@ -165,10 +170,22 @@
|
||||
|
||||
.fhc-news-items-lg .row:hover{
|
||||
background-color: var(--fhc-primary);
|
||||
color: var(--fhc-light) !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fhc-news-items-lg .row .news-truncate span{
|
||||
color: var(--fhc-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fhc-news-items-lg .row:hover .news-truncate span {
|
||||
color: var(--fhc-light);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.news-truncate {
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
|
||||
Reference in New Issue
Block a user