lib/cytoplasm.rb in cytoplasm-0.0.7 vs lib/cytoplasm.rb in cytoplasm-0.0.9
- old
+ new
@@ -42,19 +42,22 @@
:content => {
},
:footer => {
+ },
+ :plugins => {
+ :cytoButton => {
+ :shadow => "inset 0px 0px 10px rgba(0,0,0,0.5)"
+ }
}
},
:fonts => {
:faces => {
:light => "Verdana",
:regular => "Verdana",
- :medium => "Verdana",
- :bold => "Verdana",
- :xbold => "Verdana"
+ :bold => "Verdana"
},
:sizes => {
:small => "12px",
:normal => "14px",
:huge => "48px",
@@ -63,11 +66,11 @@
},
:colors => {
:global => {
:background => "green",
:text => "black",
- :accent => "hsl(167,51%,30%)"
+ :accent => "#aaff7f"
},
:header => {
:background => "transparent",
:text => "white"
},
@@ -124,9 +127,10 @@
'cytoSelect',
'cytoRadio',
'cytoSlider',
'cytoUpload',
'cytoColorPicker',
+ 'cytoField',
'cytoTable'
]
};
def initialize
\ No newline at end of file