Skip to main content
Version: 9.3

Customize Download Manager Widget Using CSS

Widget Variables

The following CSS global variables control the Download Manager widget, including the More Info and Edit Schedule modals.

CSS VariableFunctionality
--qv-main-colorModifies the main color for all arrows, buttons (except the buttons inside Schedule/Detail View) and links.
--qv-main-text-colorModifies the main color of the text fonts.
--qv-secondary-colorModifies the secondary color of the widget.
--qv-info-notification-colorModifies the color of the notifications.
--qv-success-notification-colorModifies the color of successful notifications.
--qv-warning-notification-colorModifies the color of warning notifications.
--qv-error-notification-colorModifies the color of error notifications.
--qv-global-close-modal-colorModifles the color of the close control for the widget and its modals.
--qv-global-close-modal-hover-colorModifles the color of the hover text for the widget and its modals.
--qv-global-overlay-colorModifies the modal overlay color.
--qv-global-color-auxiliarAll options (three-dot) icons in the widget and its modals.
--qv-global-tooltips-background-colorModifies the background color of tooltips.
--qv-global-font-familyChanges the font family across the Download Manager widget.
--qv-global-position-toast-rightModifies the horizontal position of the notification component.
--qv-global-position-toast-topModifies the vertical position of the notification component.
--qv-global-position-modal-top-offsetModifies the distance of the modal with respect to the height of the browser window.
--qv-global-border-radiusModifies the border radius globally.
--qv-global-border-radius-buttonModifies the border radius of the button component.
--qv-global-border-radius-dropdownModifies the border radius of the drop-down list component.
--qv-global-border-radius-inputModifies the border radius of the textboxes component.
--qv-global-border-radius-modalModifies the border radius of the modals component.
--qv-global-border-radius-toastModifies the border radius of the Notifications component.
--qv-global-border-radius-tableModifies the border radius of the table component.
--qv-global-border-radius-dropdown-listModifies the border radius of the list component.

File Type Colors

The following CSS variables were added specifically for Download Manager to control the color of the file type indicator inside the table:

CSS VariableColorFile Type
--qdm-file-color-pdf#dc2626; GridPDF
--qdm-file-color-csv#16a34a'; GreenCSV
--qdm-file-color-jpg#2563eb; BlueJPG
--qdm-file-color-xls#15803d; Dark greenXLS
--qdm-file-color-zip#7c3aed; PurpleZIP
--qdm-file-color-na#9ca3af; Neutral / unknownOther

Exports Modal

The Exports modal supports CSS variables wherever it is used, such as Dashboards, Single Panel Widgets, the Analyze tab, and Pixel-Perfect Reports

Main Colors

CSS VariableDescriptionDefault
--qv-main-colorModifies the main color for all arrows, buttons (except the buttons inside a Schedule or Detail view) and links.#2563eb
--qv-secondary-colorModifies the secondary accents.#6b7280
CSS VariableDescriptionDefault
--qv-global-close-modal-colorModifies the modal close button color.#6b7280
--qv-global-close-modal-hover-colorModifies the modal close button hover.#111827

Overlays and Icons

CSS VariableDescriptionDefault
--qv-global-overlay-colorModifies the modal overlay color.rgba(0, 0, 0, 0.5)

Tooltips

CSS VariableDescriptionDefault
--qv-global-tooltips-background-colorModifies the background color of tooltips.#111827

Typography

CSS VariableDescriptionDefault
--qv-global-font-familyChanges the font family across the complete interface.'Inter', 'Helvetica Neue', Arial, sans-serif;

Toast and Modal Positioning

CSS VariableFunctionalityDefault
--qv-global-position-modal-top-offsetModifies the distance of the modal with respect to the height of the browser window.64px

Border Radius – Global

CSS VariableFunctionalityDefault
--qv-global-border-radiusModifies the border radius globally.8px

Global Border Radius - Export Components

CSS VariableFunctionalityDefault
--qv-global-border-radius-buttonModifies the border radius of the button component.6px
--qv-global-border-radius-dropdownModifies the border radius of the drop-down list component.6px
--qv-global-border-radius-inputModifies the border radius of the textboxes component.6px
--qv-global-border-radius-modalModifies the border radius of the modals component.10px
--qv-global-border-radius-dropdown-listModifies the border radius of the list component.6px