84 lines
2.4 KiB
SCSS
84 lines
2.4 KiB
SCSS
body.o_web_client{
|
|
.o_activity_view{
|
|
padding: 30px 0 30px 0px !important;
|
|
.table-bordered{
|
|
border-radius: 0.475rem !important;
|
|
box-shadow: 0px 0px 3px -1px var(--biz-theme-body-text-color) !important;
|
|
background-color: transparent !important;
|
|
thead{
|
|
tr{
|
|
th{
|
|
border-top: 0 !important;
|
|
font-weight: 600 !important;
|
|
border-bottom: 0 !important;
|
|
border-left: 0 !important;
|
|
&:focus-within{
|
|
background-color: unset !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
tbody{
|
|
tr{
|
|
background-color: var(--biz-theme-body-color) !important;
|
|
color: var(--biz-theme-body-text-color) !important;
|
|
.o_activity_summary_cell.o_activity_empty_cell{
|
|
background-color: var(--biz-theme-body-color);
|
|
color: var(--biz-theme-body-text-color);
|
|
}
|
|
}
|
|
}
|
|
tfoot{
|
|
tr{
|
|
|
|
td.o_record_selector{
|
|
background-color: var(--biz-theme-secondary-color) !important;
|
|
color: var(--biz-theme-secondary-text-color) !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-down(sm){
|
|
padding: 30px 15px !important;
|
|
}
|
|
}
|
|
}
|
|
body.o_web_client.dark_mode{
|
|
.o_activity_view{
|
|
.table-bordered{
|
|
thead{
|
|
tr{
|
|
background-color: rgba($color: #ffffff, $alpha: 0.2);
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//
|
|
//#accordion .app_icon {
|
|
// width: 30px !important;
|
|
// height: 30px !important;
|
|
//}
|
|
|
|
body.o_web_client.top_menu_vertical .o_main_navbar .o_navbar_apps_menu .app_icon img {
|
|
max-width: 20px !important;
|
|
}
|
|
|
|
.jikimo {
|
|
color: #fff;
|
|
font-family: 'Berlin Sans FB';
|
|
margin-left: 8px;
|
|
//font-weight: bold;
|
|
//margin-bottom: 0 !important;
|
|
}
|
|
|
|
.chn_title {
|
|
color: #fff;
|
|
margin-top: -10px;
|
|
font-size: 12px;
|
|
transform: scale(0.8);
|
|
letter-spacing: 5px;
|
|
margin-left: 6px;
|
|
} |