mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
22 lines
353 B
CSS
22 lines
353 B
CSS
.widget,
|
|
.vcard-card {
|
|
background-color: unset;
|
|
}
|
|
|
|
.comment-edit-text {
|
|
border: 1px solid rgba(250, 250, 250, 0.125);
|
|
}
|
|
|
|
.generic-content-wrapper {
|
|
border: 1px solid rgba(250, 250, 250, 0.125);
|
|
}
|
|
|
|
#profile-jot-wrapper {
|
|
background-color: unset;
|
|
border: 1px solid rgba(250, 250, 250, 0.125);
|
|
|
|
}
|
|
.bootstrap-tagsinput {
|
|
background-color: unset;
|
|
}
|