parent
776c9a0316
commit
9a504dd7c3
@ -0,0 +1,9 @@
|
||||
#texteditor-container {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#filename {
|
||||
font-size: 16pt;
|
||||
display: table;
|
||||
padding: 0px 5px;
|
||||
}
|
||||
@ -0,0 +1,8 @@
|
||||
.selected-keymap {
|
||||
i.fa {
|
||||
padding: 0px 5px;
|
||||
}
|
||||
i.fa:before {
|
||||
content: @fa-var-check;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
/*!
|
||||
*
|
||||
* IPython text editor webapp
|
||||
*
|
||||
*/
|
||||
@import "menubar.less";
|
||||
@import "edit.less";
|
||||
Loading…
Reference in new issue