test/dummy/tmp/cache/assets/D6E/3E0/sprockets%2F1be4cbdc9c19703c546405f087aee92d in cytoplasm-0.3.5 vs test/dummy/tmp/cache/assets/D6E/3E0/sprockets%2F1be4cbdc9c19703c546405f087aee92d in cytoplasm-0.3.6

- old
+ new

@@ -1,8 +1,8 @@ -o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1358893654.724947: @value"´S{I" +o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1360695229.3098738: @value"T{I" class:EFI"BundledAsset;FI"logical_path;FI"cytoplasm/cytoSelect.js;FI" pathname;FI"g/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/assets/javascripts/cytoplasm/cytoSelect.js.erb;FI"content_type;FI"application/javascript;FI" -mtime;FI"2013-01-22T17:27:32-05:00;FI" length;FiÅQI" digest;F"%0c8722c5370eeb49519cd79443fd8522I" source;FI"ÅQ// CytoSelect v3.0 +mtime;FI"2013-02-12T13:53:49-05:00;FI" length;Fi)RI" digest;F"%d4bd974caf498a00f69cd2a70fb00320I" source;FI")R// CytoSelect v3.0 // By MacKinley Smith (function($){ var defaults = { widget:{ arrowButton:{ @@ -41,11 +41,11 @@ searchInterval:1000 }, label:{ css:{ float:'left', - font:'12px/30px Verdana', + font:'12px/30px TitilliumTextThin', margin:'0px 5px' }, html:"Label: " }, optionsList:{ @@ -66,12 +66,12 @@ }, li:{ css:{ display:'block', height:20, - font:'12px/20px Verdana', - color:'black', + font:'12px/20px TitilliumTextThin', + color:'hsl(0,0%,0%)', margin:'2px 0 0', padding:'0 5px', border:'1px solid #888', 'border-radius':5, cursor:'pointer', @@ -79,11 +79,11 @@ 'text-overflow':'ellipsis', 'white-space':'nowrap', 'box-shadow':'inset 0px 0px 5px rgba(0,0,0,0.5)' }, hover:function(cy,e){ - $(this).css({background:'#aaff7f'}); + $(this).css({background:'hsl(100,100%,75%)'}); }, unhover:function(cy,e){ $(this).css({background:'transparent'}); } }, @@ -461,8 +461,13 @@ else if (typeof method == 'object' || !method) return methods.init.apply(this,arguments); else $.error('Method ' + method + ' does not exist on jQuery.cytoSelect!'); }; $(window).resize(function(){$('select.cytoSelect').cytoSelect("resize");}); - $.Cytoplasm("ready",function(){$('select.cytoSelect').cytoSelect();}); + $.Cytoplasm("ready",function(){ + $.Cytoplasm("addStyles","cytoselect_styles",{ + + }); + $('select.cytoSelect').cytoSelect(); + }); })(jQuery); -;FI"required_assets_digest;F"%06d2f66bc300173ca90696423f962594I" _version;F"%6776f581a4329e299531e1d52aa59832 +;FI"required_assets_digest;F"%8eeebb36f40b0db85872f310db46824dI" _version;F"%6776f581a4329e299531e1d52aa59832 \ No newline at end of file