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

14 lines
232 B
CSS
Raw Normal View History

2015-09-22 08:18:52 +02:00
form[name=post] #enable_content > * {
2015-09-10 15:41:45 +02:00
transition: opacity 0.3s ease;
cursor: pointer;
opacity: 0.3;
}
2015-09-22 08:18:52 +02:00
form[name=post] #enable_content:hover > * {
2015-09-10 15:41:45 +02:00
opacity: 1;
}
2015-09-22 08:18:52 +02:00
form[name=post] #content_field {
2015-09-10 15:41:45 +02:00
display: none;
}