vCenter

 View Only
  • 1.  Has anyone customized CSS for vcenter 7?

    Posted Oct 22, 2021 07:51 PM

    I seem to have quite a bit of white space in the vcenter UI. I'm not a CSS guru, so me changing stuff usually doesn't go well. I was just wondering if anyone knew of any CSS hacks to tighten up the spacing?



  • 2.  RE: Has anyone customized CSS for vcenter 7?

    Posted May 29, 2022 03:48 PM

    You need to edit class clr-treenode-caret in file /usr/lib/vmware-vsphere-ui/server/static/resources9829778/ng-next-app/styles/clr-ui-dark-a11y.min.css and file /usr/lib/vmware-vsphere-ui/server/static/resources9829778/ng-next-app/styles/clr-ui-a11y.min.css

    .clr-treenode-caret {
    flex: 0 0 1.62rem;   ### Edit value here
    padding: 0;
    margin: 0;
    height: 1.62rem;   ### Edit value here
    width: 1.62rem;   ### Edit value here
    background: none;
    border: none;
    color: #acbac3;
    cursor: pointer;
    outline-offset:-.25rem
    }

    set 1.2rem to get console like 6.7