Last active
September 27, 2016 23:32
-
-
Save mikeumus/d0a75a35af65aff661a37b83f25e141d to your computer and use it in GitHub Desktop.
Style tweaks to C9 IDE's dark.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search input text cursor is black and can't be seen. Isn't really usable yet. :/