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-22 08:18:52 +02:00

13 lines
232 B
CSS

form[name=post] #enable_content > * {
transition: opacity 0.3s ease;
cursor: pointer;
opacity: 0.3;
}
form[name=post] #enable_content:hover > * {
opacity: 1;
}
form[name=post] #content_field {
display: none;
}