css fixes
This commit is contained in:
parent
00c2e3d909
commit
f08404cec0
|
|
@ -4,4 +4,4 @@
|
||||||
*/
|
*/
|
||||||
.table .expired{
|
.table .expired{
|
||||||
color: #BE2E2E;
|
color: #BE2E2E;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -150,3 +150,19 @@ ul.button-mid .next-button {
|
||||||
.next-button,.prev-button{
|
.next-button,.prev-button{
|
||||||
cursor: pointer;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -689,4 +689,6 @@
|
||||||
.s-event_news__social .print-button:hover {
|
.s-event_news__social .print-button:hover {
|
||||||
background-color: lighten($theme-color-main, 10%);
|
background-color: lighten($theme-color-main, 10%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -125,6 +125,7 @@ module EventNewsMod
|
||||||
widget_methods ["widget","random_event_news_widget", "tag_cloud"]
|
widget_methods ["widget","random_event_news_widget", "tag_cloud"]
|
||||||
widget_settings [{"data_count"=>30}]
|
widget_settings [{"data_count"=>30}]
|
||||||
taggable "EventNews"
|
taggable "EventNews"
|
||||||
|
hashtaggable "EventNews"
|
||||||
categorizable
|
categorizable
|
||||||
authorizable
|
authorizable
|
||||||
frontend_enabled
|
frontend_enabled
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue