friendica/view/theme/vier/flat.css

29 lines
623 B
CSS
Raw Permalink Normal View History

2024-08-24 21:15:49 +00:00
/*
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
*{ box-shadow: 0 0 0 0 !important;}
2014-02-23 14:57:27 +00:00
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;
}