<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * This file is part of  the extension: Ebla Layout Pro
 * Copyright (c) Eblasoft BiliÅŸim Ltd.
 *
 * This Software is the property of Eblasoft BiliÅŸim Ltd. and is protected
 * by copyright law - it is NOT Freeware and can be used only in one project
 * under a proprietary license, which is delivered along with this program.
 * If not, see &lt;http://eblasoft.com.tr/eula&gt;.
 *
 * This Software is distributed as is, with LIMITED WARRANTY AND LIABILITY.
 * Any unauthorised use of this Software without a valid license is
 * a violation of the License Agreement.
 *
 * According to the terms of the license you shall not resell, sublicense,
 * rent, lease, distribute or otherwise transfer rights or usage of this
 * Software or its derivatives. You may modify the code of this Software
 * for your own needs, if source code is provided.
 */

.nav-tabs.nav-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a:hover, .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    background: #fff;
}

.layout-nav-tabs-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.layout-nav-tabs-wrapper .nav-tabs.nav-justified {
    display: table-row;
}

.layout-nav-tabs-wrapper .nav-tabs.nav-justified &gt; li {
    width: inherit;
}

/* color picker */
.colorpicker-selectors i {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: none;
    border: 1px solid #555555;
}

.colorpicker-selectors {
    width: 138px;
    text-align: center;
    height: auto;
}

ul.bottom-panels-fixed-tabs {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    direction: rtl;
    padding: 0;
}

ul.bottom-panels-fixed-tabs li {
    margin: 0;
    list-style: none;
    height: 14px;
}

ul.bottom-panels-fixed-tabs li &gt; a {
    padding-right: 0;
    width: 18px;
    white-space: nowrap;
    overflow: hidden;
    font-size: x-small;
    border: none;
}

ul.bottom-panels-fixed-tabs li &gt; a:hover {
    width: auto;
}

ul.bottom-panels-fixed-tabs li &gt; a &gt; span {
    margin-left: 10px;
    font-size: x-small;
}
</pre></body></html>