css fixes

This commit is contained in:
rulingcom 2025-08-14 19:07:38 +08:00
parent 00c2e3d909
commit f08404cec0
4 changed files with 21 additions and 2 deletions

View File

@ -4,4 +4,4 @@
*/
.table .expired{
color: #BE2E2E;
}
}

View File

@ -150,3 +150,19 @@ ul.button-mid .next-button {
.next-button,.prev-button{
cursor: pointer;
}
a.orbit-hash-tag {
list-style: none;
background: #e0edff;
color: #0a84ff;
margin-right: 0.5em;
border-radius: 0.5em;
padding: 0.2em 0.5em;
margin-bottom: 0.5em;
display: inline-block;
&:hover{
background: #0a84ff;
transform: translatey(-2px);
transition: transform 0.4s;
color: #fff;
}
}

View File

@ -689,4 +689,6 @@
.s-event_news__social .print-button:hover {
background-color: lighten($theme-color-main, 10%);
}
}
}

View File

@ -125,6 +125,7 @@ module EventNewsMod
widget_methods ["widget","random_event_news_widget", "tag_cloud"]
widget_settings [{"data_count"=>30}]
taggable "EventNews"
hashtaggable "EventNews"
categorizable
authorizable
frontend_enabled