模板:切换显示按钮/togglestyle.css:修订间差异

跳到导航 跳到搜索
无编辑摘要
(建立内容为“.textToggleDisplayButtons { display: inline-flex; flex-wrap: wrap; align-items: baseline; align-content: flex-start; user-select: none; } .te…”的新页面)
 
无编辑摘要
第26行: 第26行:
}
}


.textToggleDisplay.hidden,
.textToggleDisplay.hidden {
.textToggleDisplayButtonsStyle,
    display: none !important;
.textToggleDisplayStyle,
}
.textToggleDisplayButtonLabel:not(.on) .textToggleDisplayButtonLabelText.on,
 
.textToggleDisplayButtonLabel.on .textToggleDisplayButtonLabelText.off {
.textToggleDisplayButtonsStyle {
    display: none !important;
}
 
.textToggleDisplayStyle {
    display: none !important;
}
 
.textToggleDisplayButtonLabel:not(.on) {
    display: none !important;
}
 
.textToggleDisplayButtonLabelText.off {
     display: none !important;
     display: none !important;
}
}

导航菜单