mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
22 lines
411 B
CSS
22 lines
411 B
CSS
.generic-content-wrapper {
|
|
border: 1px solid #ccc;
|
|
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
|
|
border-radius: 4px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.wall-item-content-wrapper.comment {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.section-content-tools-wrapper,
|
|
.section-content-wrapper,
|
|
.section-content-wrapper-np,
|
|
.hide-comments-outer {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.wall-item-conv {
|
|
padding-top: 10px;
|
|
padding-left: 10px;
|
|
}
|