Adds to customizer the new document download button.

This commit is contained in:
mateuswetah 2020-04-06 17:20:11 -03:00
parent 7cadf68ea3
commit d5d758c496
2 changed files with 6 additions and 1 deletions

View File

@ -801,6 +801,11 @@ function tainacan_get_color_scheme_css( $colors ) {
background-color: {$colors['backtransparent']};
}
/* Document download button */
.tainacan-single-post article .tainacan-content.single-item-collection .single-item-collection--document .tainacan-item-document-download {
background-color: {$colors['tainacan_link_color']} !important;
}
/* Select Arrow */
.theme-items-list .select:not(.is-loading)::after,
.tainacan-modal-content .select:not(.is-loading)::after,

File diff suppressed because one or more lines are too long