This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<colorTheme id="1" name="Daystar" modified="2011-04-28 09:42:16" author="Roger Dudler" website="http://www.rogerdudler.com/?p=362"> | |
<searchResultIndication color="#585858" /> | |
<filteredSearchResultIndication color="#585858" /> | |
<occurrenceIndication color="#585858" /> | |
<writeOccurrenceIndication color="#585858" /> | |
<findScope color="#111111" /> | |
<deletionIndication color="#D25252" /> | |
<sourceHoverBackground color="#000000" /> | |
<singleLineComment color="#C7DD0C" /> |
This file contains 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
/** | |
* Bootstrap 2.0 dropdown multi-level menu enabler | |
* Bootstrap: http://twitter.github.com/bootstrap/javascript.html#dropdowns | |
* | |
* Bootstrap 2.1 add submenu support, don't use this | |
*/ | |
/* overrides */ | |
.open .dropdown-toggle,.dropdown.open .dropdown-toggle{color: #666;} | |
.open .dropdown-menu,.dropdown.open .dropdown-menu{display:none;} |
NewerOlder