Show More
@@ -31,12 +31,17 b'' | |||||
31 | } |
|
31 | } | |
32 |
|
32 | |||
33 | .ctb_global_show .ctb_show + .input_area, |
|
33 | .ctb_global_show .ctb_show + .input_area, | |
34 | .ctb_global_show .ctb_show + div.text_cell_input |
|
34 | .ctb_global_show .ctb_show + div.text_cell_input, | |
35 | { |
|
35 | .ctb_global_show .ctb_show ~ div.text_cell_render { | |
36 | border-top-right-radius: 0px; |
|
36 | border-top-right-radius: 0px; | |
37 | border-top-left-radius: 0px; |
|
37 | border-top-left-radius: 0px; | |
38 | } |
|
38 | } | |
39 |
|
39 | |||
|
40 | .ctb_global_show .ctb_show ~ div.text_cell_render { | |||
|
41 | // add border to rendered markdown cells | |||
|
42 | border: @border_width solid @light_border_color; | |||
|
43 | } | |||
|
44 | ||||
40 | .celltoolbar { |
|
45 | .celltoolbar { | |
41 | font-size: 87%; |
|
46 | font-size: 87%; | |
42 | padding-top: 3px; |
|
47 | padding-top: 3px; |
@@ -10157,10 +10157,14 b' p {' | |||||
10157 | display: block; |
|
10157 | display: block; | |
10158 | } |
|
10158 | } | |
10159 | .ctb_global_show .ctb_show + .input_area, |
|
10159 | .ctb_global_show .ctb_show + .input_area, | |
10160 |
.ctb_global_show .ctb_show + div.text_cell_input |
|
10160 | .ctb_global_show .ctb_show + div.text_cell_input, | |
|
10161 | .ctb_global_show .ctb_show ~ div.text_cell_render { | |||
10161 | border-top-right-radius: 0px; |
|
10162 | border-top-right-radius: 0px; | |
10162 | border-top-left-radius: 0px; |
|
10163 | border-top-left-radius: 0px; | |
10163 | } |
|
10164 | } | |
|
10165 | .ctb_global_show .ctb_show ~ div.text_cell_render { | |||
|
10166 | border: 1px solid #cfcfcf; | |||
|
10167 | } | |||
10164 | .celltoolbar { |
|
10168 | .celltoolbar { | |
10165 | font-size: 87%; |
|
10169 | font-size: 87%; | |
10166 | padding-top: 3px; |
|
10170 | padding-top: 3px; |
General Comments 0
You need to be logged in to leave comments.
Login now