SuperScriptMaterializer/SuperScriptViewer/static/tabcontrol.css
2020-08-10 11:45:43 +08:00

14 lines
221 B
CSS

/*side panel style*/
div.tabitem-activated {
background: #0000ff;
}
div.tabitem-activated b {
color: white;
}
div.tabitem-deactivated {
background: #ffffff00;
}
div.tabitem-deactivated b {
color: black;
}