Added css class of plugin on customize colors
This commit is contained in:
parent
e5adf367d5
commit
e63e3a555e
|
@ -2,9 +2,9 @@
|
||||||
php -r '
|
php -r '
|
||||||
echo "\n ..::Tainacan Theme::..\n";
|
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";
|
echo "\nCopy Frameword CSS - Bootstrap ...\n\n";
|
||||||
|
|
||||||
|
|
|
@ -706,6 +706,20 @@ function tainacan_get_color_scheme_css( $colors ) {
|
||||||
color: {$colors['tainacan_link_color']} !important;
|
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}
|
{$filter}
|
||||||
|
|
||||||
CSS;
|
CSS;
|
||||||
|
|
Loading…
Reference in New Issue