@@ -120,6 +120,7 @@ body { justify-content: stretch; }
120
120
.CodeMirror .STRONG { font-weight : bold; }
121
121
.CodeMirror .EMPH { font-style : italic; }
122
122
.CodeMirror .CODE { margin-left : 10px ; margin-right : 50px ; border-left : 5px solid # eaeaea ; background : # f4f4f4 ; font-family : "Inconsolata" , "Monaco" , "Consolas" , "Ubuntu Mono" , monospace; }
123
+ .CodeMirror .CODE .css { background : # f0f5ff ; border-left-color : # e1ebff ;}
123
124
.CodeMirror .CODE-TEXT { line-height : 19px ; padding-left : 30px ; transition : opacity 0.3s ; }
124
125
.CodeMirror .CODE-TEXT .CODE-DISABLED { opacity : 0.6 ; }
125
126
.CodeMirror span .CODE { color : # 0076ce ; background : none; margin : 0 ; padding : 0 ; border : none; }
@@ -129,9 +130,10 @@ body { justify-content: stretch; }
129
130
.CodeMirror .CODE-BOTTOM { border-radius : 0 0 3px 3px ; padding-bottom : 8px ; }
130
131
131
132
.CodeMirror .CodeMirror-linewidget { overflow : visible; z-index : 3 ; }
132
- .CodeMirror .code-controls-widget { display : flex; flex-direction : row; justify-content : flex-end; margin-right : 50px ; padding : 5px 10px ; padding-bottom : 0 ; height : 15px ; font-size : 1.2rem ; opacity : 0.2 ; transition : opacity 0.3s ; }
133
- .CodeMirror .code-controls-widget > * { cursor : pointer; }
134
- .CodeMirror .CodeMirror-linewidget : hover .code-controls-widget { opacity : 1 ; }
133
+ .CodeMirror .code-controls-widget { display : flex; flex-direction : row; justify-content : flex-end; margin-right : 50px ; padding : 3px 6px ; padding-bottom : 0 ; height : 20px ; font-size : 1.2rem ; transition : opacity 0.3s ; }
134
+ .CodeMirror .code-controls-widget .enable-btn { cursor : pointer; opacity : 0.2 ; }
135
+ .CodeMirror .CodeMirror-linewidget .code-controls-widget .enable-btn : hover { opacity : 1 ; }
136
+ .CodeMirror .CodeMirror-linewidget .code-controls-widget .code-language-label {font-size : 1.0rem ; margin-top : -2px ; margin-right : 5px ; opacity : 0.5 ;}
135
137
136
138
.CodeMirror .code-footer-widget { height : 15px ; }
137
139
@@ -177,7 +179,7 @@ body { justify-content: stretch; }
177
179
* Format Bars
178
180
\****************************************************************************/
179
181
.editor-pane .new-block-bar { position : absolute; top : 0 ; left : 0 ; margin-left : -28px ; display : flex; flex-direction : row; width : 28px ; overflow : hidden; transition : width 0.15s ; z-index : 5 ; color : # 666 ; border-radius : 5px ; border : 1px solid # ddd ; font-size : 10pt ; background : white; }
180
- .editor-pane .new-block-bar .active { width : 246 px ; }
182
+ .editor-pane .new-block-bar .active { width : 267 px ; }
181
183
182
184
183
185
.editor-pane .new-block-bar > .new-block-bar-toggle ,
0 commit comments