このトピックでは、管理コンソールのアクティブなタブの色を変更する方法について説明します。
アクティブなタブの色を変更するには、組織内の両方のテナント アプライアンスで stylesForCustomBranding.css ファイルを編集します。
$> /usr/local/desktone/release/dt-platform-20_2_0/deploy/dt-tenant-node-20.2.0-bin/horizonadmin/static/css/production/ stylesForCustomBranding.css
次の例のように、コードの該当するセクションを編集して、
background-color
を含む行をコメント解除し、色の値を変更します。
.tabstrip .atk-tabs .line-container, .tabstrip .atk-tabs .atk-tab:not(.active):hover:after { background-color: red !important; }
次の図は、上記に示すようにコードが編集されたときのページの外観の例を示しています。
変更前 | 変更後 |
---|---|