UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

250 lines 16 kB
```css // Property: selectedButtonColor // Description: Color of selected button, as a color name or hex triplet. // Component(s): Ti.UI.ButtonBar '.selected-button-transparent': { selectedButtonColor: 'transparent' } '.selected-button-black': { selectedButtonColor: '#000000' } '.selected-button-white': { selectedButtonColor: '#ffffff' } '.selected-button-slate-50': { selectedButtonColor: '#f8fafc' } '.selected-button-slate-100': { selectedButtonColor: '#f1f5f9' } '.selected-button-slate-200': { selectedButtonColor: '#e2e8f0' } '.selected-button-slate-300': { selectedButtonColor: '#cbd5e1' } '.selected-button-slate-400': { selectedButtonColor: '#94a3b8' } '.selected-button-slate-500': { selectedButtonColor: '#64748b' } '.selected-button-slate-600': { selectedButtonColor: '#475569' } '.selected-button-slate-700': { selectedButtonColor: '#334155' } '.selected-button-slate-800': { selectedButtonColor: '#1e293b' } '.selected-button-slate-900': { selectedButtonColor: '#0f172a' } '.selected-button-slate-950': { selectedButtonColor: '#020617' } '.selected-button-gray-50': { selectedButtonColor: '#f9fafb' } '.selected-button-gray-100': { selectedButtonColor: '#f3f4f6' } '.selected-button-gray-200': { selectedButtonColor: '#e5e7eb' } '.selected-button-gray-300': { selectedButtonColor: '#d1d5db' } '.selected-button-gray-400': { selectedButtonColor: '#9ca3af' } '.selected-button-gray-500': { selectedButtonColor: '#6b7280' } '.selected-button-gray-600': { selectedButtonColor: '#4b5563' } '.selected-button-gray-700': { selectedButtonColor: '#374151' } '.selected-button-gray-800': { selectedButtonColor: '#1f2937' } '.selected-button-gray-900': { selectedButtonColor: '#111827' } '.selected-button-gray-950': { selectedButtonColor: '#030712' } '.selected-button-zinc-50': { selectedButtonColor: '#fafafa' } '.selected-button-zinc-100': { selectedButtonColor: '#f4f4f5' } '.selected-button-zinc-200': { selectedButtonColor: '#e4e4e7' } '.selected-button-zinc-300': { selectedButtonColor: '#d4d4d8' } '.selected-button-zinc-400': { selectedButtonColor: '#a1a1aa' } '.selected-button-zinc-500': { selectedButtonColor: '#71717a' } '.selected-button-zinc-600': { selectedButtonColor: '#52525b' } '.selected-button-zinc-700': { selectedButtonColor: '#3f3f46' } '.selected-button-zinc-800': { selectedButtonColor: '#27272a' } '.selected-button-zinc-900': { selectedButtonColor: '#18181b' } '.selected-button-zinc-950': { selectedButtonColor: '#09090b' } '.selected-button-neutral-50': { selectedButtonColor: '#fafafa' } '.selected-button-neutral-100': { selectedButtonColor: '#f5f5f5' } '.selected-button-neutral-200': { selectedButtonColor: '#e5e5e5' } '.selected-button-neutral-300': { selectedButtonColor: '#d4d4d4' } '.selected-button-neutral-400': { selectedButtonColor: '#a3a3a3' } '.selected-button-neutral-500': { selectedButtonColor: '#737373' } '.selected-button-neutral-600': { selectedButtonColor: '#525252' } '.selected-button-neutral-700': { selectedButtonColor: '#404040' } '.selected-button-neutral-800': { selectedButtonColor: '#262626' } '.selected-button-neutral-900': { selectedButtonColor: '#171717' } '.selected-button-neutral-950': { selectedButtonColor: '#0a0a0a' } '.selected-button-stone-50': { selectedButtonColor: '#fafaf9' } '.selected-button-stone-100': { selectedButtonColor: '#f5f5f4' } '.selected-button-stone-200': { selectedButtonColor: '#e7e5e4' } '.selected-button-stone-300': { selectedButtonColor: '#d6d3d1' } '.selected-button-stone-400': { selectedButtonColor: '#a8a29e' } '.selected-button-stone-500': { selectedButtonColor: '#78716c' } '.selected-button-stone-600': { selectedButtonColor: '#57534e' } '.selected-button-stone-700': { selectedButtonColor: '#44403c' } '.selected-button-stone-800': { selectedButtonColor: '#292524' } '.selected-button-stone-900': { selectedButtonColor: '#1c1917' } '.selected-button-stone-950': { selectedButtonColor: '#0c0a09' } '.selected-button-red-50': { selectedButtonColor: '#fef2f2' } '.selected-button-red-100': { selectedButtonColor: '#fee2e2' } '.selected-button-red-200': { selectedButtonColor: '#fecaca' } '.selected-button-red-300': { selectedButtonColor: '#fca5a5' } '.selected-button-red-400': { selectedButtonColor: '#f87171' } '.selected-button-red-500': { selectedButtonColor: '#ef4444' } '.selected-button-red-600': { selectedButtonColor: '#dc2626' } '.selected-button-red-700': { selectedButtonColor: '#b91c1c' } '.selected-button-red-800': { selectedButtonColor: '#991b1b' } '.selected-button-red-900': { selectedButtonColor: '#7f1d1d' } '.selected-button-red-950': { selectedButtonColor: '#450a0a' } '.selected-button-orange-50': { selectedButtonColor: '#fff7ed' } '.selected-button-orange-100': { selectedButtonColor: '#ffedd5' } '.selected-button-orange-200': { selectedButtonColor: '#fed7aa' } '.selected-button-orange-300': { selectedButtonColor: '#fdba74' } '.selected-button-orange-400': { selectedButtonColor: '#fb923c' } '.selected-button-orange-500': { selectedButtonColor: '#f97316' } '.selected-button-orange-600': { selectedButtonColor: '#ea580c' } '.selected-button-orange-700': { selectedButtonColor: '#c2410c' } '.selected-button-orange-800': { selectedButtonColor: '#9a3412' } '.selected-button-orange-900': { selectedButtonColor: '#7c2d12' } '.selected-button-orange-950': { selectedButtonColor: '#431407' } '.selected-button-amber-50': { selectedButtonColor: '#fffbeb' } '.selected-button-amber-100': { selectedButtonColor: '#fef3c7' } '.selected-button-amber-200': { selectedButtonColor: '#fde68a' } '.selected-button-amber-300': { selectedButtonColor: '#fcd34d' } '.selected-button-amber-400': { selectedButtonColor: '#fbbf24' } '.selected-button-amber-500': { selectedButtonColor: '#f59e0b' } '.selected-button-amber-600': { selectedButtonColor: '#d97706' } '.selected-button-amber-700': { selectedButtonColor: '#b45309' } '.selected-button-amber-800': { selectedButtonColor: '#92400e' } '.selected-button-amber-900': { selectedButtonColor: '#78350f' } '.selected-button-amber-950': { selectedButtonColor: '#451a03' } '.selected-button-yellow-50': { selectedButtonColor: '#fefce8' } '.selected-button-yellow-100': { selectedButtonColor: '#fef9c3' } '.selected-button-yellow-200': { selectedButtonColor: '#fef08a' } '.selected-button-yellow-300': { selectedButtonColor: '#fde047' } '.selected-button-yellow-400': { selectedButtonColor: '#facc15' } '.selected-button-yellow-500': { selectedButtonColor: '#eab308' } '.selected-button-yellow-600': { selectedButtonColor: '#ca8a04' } '.selected-button-yellow-700': { selectedButtonColor: '#a16207' } '.selected-button-yellow-800': { selectedButtonColor: '#854d0e' } '.selected-button-yellow-900': { selectedButtonColor: '#713f12' } '.selected-button-yellow-950': { selectedButtonColor: '#422006' } '.selected-button-lime-50': { selectedButtonColor: '#f7fee7' } '.selected-button-lime-100': { selectedButtonColor: '#ecfccb' } '.selected-button-lime-200': { selectedButtonColor: '#d9f99d' } '.selected-button-lime-300': { selectedButtonColor: '#bef264' } '.selected-button-lime-400': { selectedButtonColor: '#a3e635' } '.selected-button-lime-500': { selectedButtonColor: '#84cc16' } '.selected-button-lime-600': { selectedButtonColor: '#65a30d' } '.selected-button-lime-700': { selectedButtonColor: '#4d7c0f' } '.selected-button-lime-800': { selectedButtonColor: '#3f6212' } '.selected-button-lime-900': { selectedButtonColor: '#365314' } '.selected-button-lime-950': { selectedButtonColor: '#1a2e05' } '.selected-button-green-50': { selectedButtonColor: '#f0fdf4' } '.selected-button-green-100': { selectedButtonColor: '#dcfce7' } '.selected-button-green-200': { selectedButtonColor: '#bbf7d0' } '.selected-button-green-300': { selectedButtonColor: '#86efac' } '.selected-button-green-400': { selectedButtonColor: '#4ade80' } '.selected-button-green-500': { selectedButtonColor: '#22c55e' } '.selected-button-green-600': { selectedButtonColor: '#16a34a' } '.selected-button-green-700': { selectedButtonColor: '#15803d' } '.selected-button-green-800': { selectedButtonColor: '#166534' } '.selected-button-green-900': { selectedButtonColor: '#14532d' } '.selected-button-green-950': { selectedButtonColor: '#052e16' } '.selected-button-emerald-50': { selectedButtonColor: '#ecfdf5' } '.selected-button-emerald-100': { selectedButtonColor: '#d1fae5' } '.selected-button-emerald-200': { selectedButtonColor: '#a7f3d0' } '.selected-button-emerald-300': { selectedButtonColor: '#6ee7b7' } '.selected-button-emerald-400': { selectedButtonColor: '#34d399' } '.selected-button-emerald-500': { selectedButtonColor: '#10b981' } '.selected-button-emerald-600': { selectedButtonColor: '#059669' } '.selected-button-emerald-700': { selectedButtonColor: '#047857' } '.selected-button-emerald-800': { selectedButtonColor: '#065f46' } '.selected-button-emerald-900': { selectedButtonColor: '#064e3b' } '.selected-button-emerald-950': { selectedButtonColor: '#022c22' } '.selected-button-teal-50': { selectedButtonColor: '#f0fdfa' } '.selected-button-teal-100': { selectedButtonColor: '#ccfbf1' } '.selected-button-teal-200': { selectedButtonColor: '#99f6e4' } '.selected-button-teal-300': { selectedButtonColor: '#5eead4' } '.selected-button-teal-400': { selectedButtonColor: '#2dd4bf' } '.selected-button-teal-500': { selectedButtonColor: '#14b8a6' } '.selected-button-teal-600': { selectedButtonColor: '#0d9488' } '.selected-button-teal-700': { selectedButtonColor: '#0f766e' } '.selected-button-teal-800': { selectedButtonColor: '#115e59' } '.selected-button-teal-900': { selectedButtonColor: '#134e4a' } '.selected-button-teal-950': { selectedButtonColor: '#042f2e' } '.selected-button-cyan-50': { selectedButtonColor: '#ecfeff' } '.selected-button-cyan-100': { selectedButtonColor: '#cffafe' } '.selected-button-cyan-200': { selectedButtonColor: '#a5f3fc' } '.selected-button-cyan-300': { selectedButtonColor: '#67e8f9' } '.selected-button-cyan-400': { selectedButtonColor: '#22d3ee' } '.selected-button-cyan-500': { selectedButtonColor: '#06b6d4' } '.selected-button-cyan-600': { selectedButtonColor: '#0891b2' } '.selected-button-cyan-700': { selectedButtonColor: '#0e7490' } '.selected-button-cyan-800': { selectedButtonColor: '#155e75' } '.selected-button-cyan-900': { selectedButtonColor: '#164e63' } '.selected-button-cyan-950': { selectedButtonColor: '#083344' } '.selected-button-sky-50': { selectedButtonColor: '#f0f9ff' } '.selected-button-sky-100': { selectedButtonColor: '#e0f2fe' } '.selected-button-sky-200': { selectedButtonColor: '#bae6fd' } '.selected-button-sky-300': { selectedButtonColor: '#7dd3fc' } '.selected-button-sky-400': { selectedButtonColor: '#38bdf8' } '.selected-button-sky-500': { selectedButtonColor: '#0ea5e9' } '.selected-button-sky-600': { selectedButtonColor: '#0284c7' } '.selected-button-sky-700': { selectedButtonColor: '#0369a1' } '.selected-button-sky-800': { selectedButtonColor: '#075985' } '.selected-button-sky-900': { selectedButtonColor: '#0c4a6e' } '.selected-button-sky-950': { selectedButtonColor: '#082f49' } '.selected-button-blue-50': { selectedButtonColor: '#eff6ff' } '.selected-button-blue-100': { selectedButtonColor: '#dbeafe' } '.selected-button-blue-200': { selectedButtonColor: '#bfdbfe' } '.selected-button-blue-300': { selectedButtonColor: '#93c5fd' } '.selected-button-blue-400': { selectedButtonColor: '#60a5fa' } '.selected-button-blue-500': { selectedButtonColor: '#3b82f6' } '.selected-button-blue-600': { selectedButtonColor: '#2563eb' } '.selected-button-blue-700': { selectedButtonColor: '#1d4ed8' } '.selected-button-blue-800': { selectedButtonColor: '#1e40af' } '.selected-button-blue-900': { selectedButtonColor: '#1e3a8a' } '.selected-button-blue-950': { selectedButtonColor: '#172554' } '.selected-button-indigo-50': { selectedButtonColor: '#eef2ff' } '.selected-button-indigo-100': { selectedButtonColor: '#e0e7ff' } '.selected-button-indigo-200': { selectedButtonColor: '#c7d2fe' } '.selected-button-indigo-300': { selectedButtonColor: '#a5b4fc' } '.selected-button-indigo-400': { selectedButtonColor: '#818cf8' } '.selected-button-indigo-500': { selectedButtonColor: '#6366f1' } '.selected-button-indigo-600': { selectedButtonColor: '#4f46e5' } '.selected-button-indigo-700': { selectedButtonColor: '#4338ca' } '.selected-button-indigo-800': { selectedButtonColor: '#3730a3' } '.selected-button-indigo-900': { selectedButtonColor: '#312e81' } '.selected-button-indigo-950': { selectedButtonColor: '#1e1b4b' } '.selected-button-violet-50': { selectedButtonColor: '#f5f3ff' } '.selected-button-violet-100': { selectedButtonColor: '#ede9fe' } '.selected-button-violet-200': { selectedButtonColor: '#ddd6fe' } '.selected-button-violet-300': { selectedButtonColor: '#c4b5fd' } '.selected-button-violet-400': { selectedButtonColor: '#a78bfa' } '.selected-button-violet-500': { selectedButtonColor: '#8b5cf6' } '.selected-button-violet-600': { selectedButtonColor: '#7c3aed' } '.selected-button-violet-700': { selectedButtonColor: '#6d28d9' } '.selected-button-violet-800': { selectedButtonColor: '#5b21b6' } '.selected-button-violet-900': { selectedButtonColor: '#4c1d95' } '.selected-button-violet-950': { selectedButtonColor: '#2e1065' } '.selected-button-purple-50': { selectedButtonColor: '#faf5ff' } '.selected-button-purple-100': { selectedButtonColor: '#f3e8ff' } '.selected-button-purple-200': { selectedButtonColor: '#e9d5ff' } '.selected-button-purple-300': { selectedButtonColor: '#d8b4fe' } '.selected-button-purple-400': { selectedButtonColor: '#c084fc' } '.selected-button-purple-500': { selectedButtonColor: '#a855f7' } '.selected-button-purple-600': { selectedButtonColor: '#9333ea' } '.selected-button-purple-700': { selectedButtonColor: '#7e22ce' } '.selected-button-purple-800': { selectedButtonColor: '#6b21a8' } '.selected-button-purple-900': { selectedButtonColor: '#581c87' } '.selected-button-purple-950': { selectedButtonColor: '#3b0764' } '.selected-button-fuchsia-50': { selectedButtonColor: '#fdf4ff' } '.selected-button-fuchsia-100': { selectedButtonColor: '#fae8ff' } '.selected-button-fuchsia-200': { selectedButtonColor: '#f5d0fe' } '.selected-button-fuchsia-300': { selectedButtonColor: '#f0abfc' } '.selected-button-fuchsia-400': { selectedButtonColor: '#e879f9' } '.selected-button-fuchsia-500': { selectedButtonColor: '#d946ef' } '.selected-button-fuchsia-600': { selectedButtonColor: '#c026d3' } '.selected-button-fuchsia-700': { selectedButtonColor: '#a21caf' } '.selected-button-fuchsia-800': { selectedButtonColor: '#86198f' } '.selected-button-fuchsia-900': { selectedButtonColor: '#701a75' } '.selected-button-fuchsia-950': { selectedButtonColor: '#4a044e' } '.selected-button-pink-50': { selectedButtonColor: '#fdf2f8' } '.selected-button-pink-100': { selectedButtonColor: '#fce7f3' } '.selected-button-pink-200': { selectedButtonColor: '#fbcfe8' } '.selected-button-pink-300': { selectedButtonColor: '#f9a8d4' } '.selected-button-pink-400': { selectedButtonColor: '#f472b6' } '.selected-button-pink-500': { selectedButtonColor: '#ec4899' } '.selected-button-pink-600': { selectedButtonColor: '#db2777' } '.selected-button-pink-700': { selectedButtonColor: '#be185d' } '.selected-button-pink-800': { selectedButtonColor: '#9d174d' } '.selected-button-pink-900': { selectedButtonColor: '#831843' } '.selected-button-pink-950': { selectedButtonColor: '#500724' } '.selected-button-rose-50': { selectedButtonColor: '#fff1f2' } '.selected-button-rose-100': { selectedButtonColor: '#ffe4e6' } '.selected-button-rose-200': { selectedButtonColor: '#fecdd3' } '.selected-button-rose-300': { selectedButtonColor: '#fda4af' } '.selected-button-rose-400': { selectedButtonColor: '#fb7185' } '.selected-button-rose-500': { selectedButtonColor: '#f43f5e' } '.selected-button-rose-600': { selectedButtonColor: '#e11d48' } '.selected-button-rose-700': { selectedButtonColor: '#be123c' } '.selected-button-rose-800': { selectedButtonColor: '#9f1239' } '.selected-button-rose-900': { selectedButtonColor: '#881337' } '.selected-button-rose-950': { selectedButtonColor: '#4c0519' } ```