8 lines
579 B
CSS
8 lines
579 B
CSS
#whiteListBox .form-label {top: 28%;}
|
|
.createLibForm .form-horz .form-label {width: 7rem;}
|
|
.createLibForm .form-horz .form-group {padding-left: 7rem;}
|
|
[lang^=zh] .createLibForm .form-horz .form-label {width: var(--form-horz-label-width);}
|
|
[lang^=zh] .createLibForm .form-horz .form-group {padding-left: var(--form-horz-label-width);}
|
|
.menu-item-inner .item-content .item-title {flex-grow: 0!important;}
|
|
.menu-item.is-nested > .item-inner {background-color: inherit!important; color: inherit!important; cursor: default;}
|
|
.menu-item.is-nested > .item-inner::before {display: none;} |