mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
13 lines
232 B
CSS
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;
|
|
}
|