mirror of
https://github.com/friendica/friendica
synced 2024-11-15 16:53:54 +00:00
29 lines
No EOL
623 B
CSS
29 lines
No EOL
623 B
CSS
/*
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
*{ box-shadow: 0 0 0 0 !important;}
|
|
body, section { background-color: #ffffff !important;}
|
|
#profile-jot-form { background-color: #ffffff !important;}
|
|
.dspr, .twit, .pump, .dfrn { background-color: #ffffff !important;}
|
|
|
|
div.pager, ul.tabs {
|
|
box-shadow: unset;
|
|
background-color: unset;
|
|
border-bottom: unset;
|
|
}
|
|
|
|
aside {
|
|
border-right: 1px solid #D2D2D2;
|
|
}
|
|
|
|
right_aside {
|
|
border-left: 1px solid #D2D2D2;
|
|
}
|
|
|
|
#viewcontact_wrapper-network {
|
|
background-color: #FFF;
|
|
border-bottom: 1px solid #D2D2D2;
|
|
} |