Added css class of plugin on customize colors

This commit is contained in:
Fabiano 2018-11-09 14:56:26 -02:00
parent e5adf367d5
commit e63e3a555e
2 changed files with 16 additions and 2 deletions

View File

@ -2,9 +2,9 @@
php -r '
echo "\n ..::Tainacan Theme::..\n";
echo "\nStarting installation with composer ... please wait!!\n";
echo "\nInitiating the installation with composer ... please wait!!\n";
echo "\nStarting Copying Files...\n\n";
echo "\nInitiating the copying of files...\n\n";
echo "\nCopy Frameword CSS - Bootstrap ...\n\n";

View File

@ -706,6 +706,20 @@ function tainacan_get_color_scheme_css( $colors ) {
color: {$colors['tainacan_link_color']} !important;
}
.slide-control-arrow .icon .mdi::before {
color: {$colors['tainacan_link_color']};
}
#tainacan-slide-container .tainacan-slide-item.active-item img {
border-bottom: 4px solid {$colors['tainacan_link_color']};
}
.metadata-menu .metadata-menu-header hr {
background-color: {$colors['backtransparent']};
}
.slide-title-area .play-button .icon {
border: 3px solid {$colors['tainacan_link_color']};
}
{$filter}
CSS;