Skip to content

Instantly share code, notes, and snippets.

@mikeumus
Last active September 27, 2016 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeumus/d0a75a35af65aff661a37b83f25e141d to your computer and use it in GitHub Desktop.
Save mikeumus/d0a75a35af65aff661a37b83f25e141d to your computer and use it in GitHub Desktop.
Style tweaks to C9 IDE's dark.css
.searchTxt.tb_console .sbtb_middle{
background-color: #444444;
}
.searchbox .sbtb_middle .input{
color: #fff;
}
/*.searchbox .sbtb_middle .input textarea{*/
/* font-size: 24px;*/
/* padding: 10px;*/
/* color: #fff;*/
/* text-shadow: 0px 0px 0px #fff !important;*/
/* -webkit-text-fill-color: transparent !important;*/
/*}*/
/*.searchbox .sbtb_middle .input textarea::-webkit-input-placeholder {*/
/* color: #fff !important;*/
/* text-shadow: none !important;*/
/* -webkit-text-fill-color: initial !important;*/
/*}*/
/*.searchbox .sbtb_middle .input::selection {*/
/*background: #ffb7b7 !important;*/ /* WebKit/Blink Browsers */
/*}*/
/*.searchbox .sbtb_middle .input::-moz-selection {*/
/*background: #ffb7b7 !important;*/ /* Gecko Browsers */
/*}*/
#divSearchCount{
color: #999 !important;
}
.btnquicksearchnav.withDivider .btnDivider{
display: none;
}
@mikeumus
Copy link
Author

Search input text cursor is black and can't be seen. Isn't really usable yet. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment