Web - UI stylesheet changes

Hi Dhan Team,

Suggesting a few stylesheet changes for the Carbon Black theme, and a few UI bug fixes for Dhan Web:


/* lighter Carbon Black theme */
.night {
    --bodybgColor: #121212 !important;
    --headerColor: #181818 !important;
    --widgetColor: #181818 !important;
    --watchlistBG: #181818 !important;
    --menuActbgColor: #242424 !important;
    --referalBG: #181818 !important;
    --ipobg: #121212 !important;
    --curveorderentrybg: #121212 !important;
    --newMiniTab: #121212 !important;
    --footernote: #121212 !important;
    --dialogBgcolor: #121212 !important;
    --selectwl: #121212 !important;
}
/* fixes white borders around the action buttons */
.hoverButtons {
    background-color: var(--widgetColor) !important;
}
/* aligns the side dialog hide button with toolbar and adds extra space on left to not overlap with the name */
.closeDialog {
    top: 15px !important;
    left: -75px !important;
}
1 Like