Adjusted UI for SugarCRM Reports
Alto-Shaam - SugarCRM by ashralis
Details
Authorashralis
LicenseNo License
Categorysugarondemand.com
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Alto-Shaam - SugarCRM
@version 20220923.19.38
@namespace userstyles.world/user/ashralis
@description Adjusted UI for SugarCRM Reports
@author ashralis
@license No License
==/UserStyle== */
@-moz-document domain("sugarondemand.com") {
.record-panel-header, .panel-active, .a11y-wrapper {
background-color: #ddddff !important
}
.record-panel-content {
background-color: #fff
}
.sorting, th.sorting_asc, th.sorting_desc, [data-fieldname="description"] {
background-color: #ddd !important
}
.record-cell .record-label {
color: black;
background-color: #dfdfdf;
}
.reportDataChildtablelistView td {
width: auto;
}
#reportDetailsTable {
display: none;
}
.dashlet-content td {
width: auto
}
.dashlet-content > div {
max-height: initial !important;
}
.dashlet .webpage {
display: initial;
}
.moduleTitle {
display: none;
}
[action="index.php?action=ReportCriteriaResults&module=Reports&page=report&id=288b7316-433c-11ec-a8c2-02fb8f607ac4"] [title="Select"] {
display: none;
}
[action="index.php?action=ReportCriteriaResults&module=Reports&page=report&id=288b7316-433c-11ec-a8c2-02fb8f607ac4"] #filters_tab > div {
display: none;
}
[action="index.php?action=ReportCriteriaResults&module=Reports&page=report&id=288b7316-433c-11ec-a8c2-02fb8f607ac4"] #filters_tab {
display: flex;
}
[action="index.php?action=ReportCriteriaResults&module=Reports&page=report&id=288b7316-433c-11ec-a8c2-02fb8f607ac4"] #filters_tab > table:last-child tr:first-child {
display: none;
}
[action="index.php?action=ReportCriteriaResults&module=Reports&page=report&id=288b7316-433c-11ec-a8c2-02fb8f607ac4"] > table:nth-of-type(2), #showHideReportDetails {
display: none;
}
#expandCollapse {
display: none;
}
#filters_tab {
margin-bottom: 0;
display: flex;
align-items: flex-end;
}
#filters_tab > div:first-child {
display: none;
}
#report_results > br {
display: none !important;
}
#report_results > table:nth-last-of-type(2) {
display: none !important;
}
.yui-ac-input {
display: block !important;
}
}