mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-11 11:19:52 +08:00
10 lines
185 B
CSS
10 lines
185 B
CSS
.collapsed_heading div.prompt.input_prompt:before{
|
|
color: gray;
|
|
content: "\25B6"
|
|
}
|
|
|
|
.uncollapsed_heading div.prompt.input_prompt:before{
|
|
color: gray;
|
|
content: "\25BC"
|
|
}
|