Skip to content

Instantly share code, notes, and snippets.

@fyunli
fyunli / daystar.xml
Created February 28, 2012 12:23
an eclipse color theme base on oblivion
<?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" />
@fyunli
fyunli / bootstrap-dropdown-hack.css
Created February 27, 2012 08:31
Bootstrap 2.0 dropdown multi-level menu enabler
/**
* 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;}