Skip to content

Instantly share code, notes, and snippets.

@F1LT3R
Last active July 5, 2020 10:12
Show Gist options
  • Save F1LT3R/25d8db5dd468cd0c3bb78f1de5283216 to your computer and use it in GitHub Desktop.
Save F1LT3R/25d8db5dd468cd0c3bb78f1de5283216 to your computer and use it in GitHub Desktop.
Cloud9 IDE Styles
* {
font-family: SauceCodePro Nerd Font!important;
/*-webkit-font-smoothing : none!important;*/
}
.c9-menu-btn, .c9menu > .menu_item {
font-size: 15px;
padding-top: 6px;
-webkit-font-smoothing : none;
-webkit-font-smoothing : none!important;
}
.editor_tab .btnsesssioncontainer {
font-size: 15px;
padding-bottom: 9px!important;
clip: rect(0, 3000px, 24px, 0px);
}
.tree-row *, .ace_tree_cells *, .ace_text-input *{
font-size: 14px!important;
}
.code_complete_text .ace_text-layer {
-webkit-font-smoothing : none!important;
}
.tree-row {
-webkit-font-smoothing : none!important;
}
.c9-mbar-round {
display: none;
}
.c9-mbar-cont .basic:last-child {
right:11px!important;
position:absolute!important;
}
.codeditorHolder {
-webkit-font-smoothing: none;
}
.session_btn {
max-width: 100%!important;
height: 28px!important;
padding: 0 8px 0 8px;
margin-right:1px;
margin-left:1;
}
.session_btn .tab_middle,
.session_btn .tab_shadow {
padding: 0;
background-image: none!important;
background-color: transparent!important;
}
.session_btn .tab_middle:after,
.session_btn .tab_shadow:after,
.session_btn .tab_middle:before,
.session_btn .tab_shadow:before {
display: none!important;
}
.editor_tab .btnsesssioncontainer .inside {
padding-top: 0!important;
}
.session_btn.curbtn {
background: rgba(255,255,255,0.1)!important;
margin-top:0px;
}
.sessiontab_title {
overflow: auto!important;
height: 28px!important;
}
.editor_tab .session_page {
top:18px!important;
}
.focus.session_btn.curbtn .sessiontab_title {
height: auto!important;
}
.focus.session_btn.curbtn .tab_middle {
padding-top: 0px!important
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment