1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/Publish/publish.css
2015-09-10 15:41:45 +02:00

13 lines
223 B
CSS

#post_widget #enable_content > * {
transition: opacity 0.3s ease;
cursor: pointer;
opacity: 0.3;
}
#post_widget #enable_content:hover > * {
opacity: 1;
}
#post_widget #content_field {
display: none;
}