mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where the Foreground Color property of server dialog does not work. Fixes #6482
This commit is contained in:
committed by
Akshay Joshi
parent
07eb541806
commit
5b12483416
@@ -949,7 +949,7 @@ define('pgadmin.browser.node', [
|
||||
style_tag += ' background: ' + bgcolor + '} \n';
|
||||
if (fgcolor) {
|
||||
style_tag += '.' + dynamic_class + ' .aciTreeText {';
|
||||
style_tag += ' color: ' + fgcolor + ';} \n';
|
||||
style_tag += ' color: ' + fgcolor + ' !important;} \n';
|
||||
}
|
||||
style_tag += '</style>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user