mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-19 12:20:38 +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"
|
|
}
|