/* StreamDeckServerManager Editor Styles */ /* ---- Title Bar ---- */ .sdm-title-bar { flex-direction: row; justify-content: space-between; align-items: center; background-color: rgba(0, 0, 0, 0.35); border-radius: 6px; padding: 8px 12px; margin-bottom: 4px; min-height: 32px; } .sdm-title-left { flex-direction: row; align-items: center; } .sdm-title-text { -unity-font-style: bold; font-size: 14px; color: #93c5fd; } .sdm-play-status { flex-direction: row; align-items: center; margin-left: 12px; display: none; } .sdm-play-status--visible { display: flex; } .sdm-play-dot { width: 8px; height: 8px; border-radius: 4px; background-color: #22c55e; margin-right: 4px; } .sdm-play-label { font-size: 10px; -unity-font-style: bold; color: #22c55e; } .sdm-dashboard-btn { background-color: #6366f1; color: white; border-radius: 4px; border-width: 0; padding: 4px 14px; height: 26px; -unity-font-style: bold; font-size: 11px; } .sdm-dashboard-btn:hover { background-color: #4f46e5; } .sdm-dashboard-btn:active { background-color: #4338ca; } /* ---- LAN Info ---- */ .sdm-lan-box { background-color: rgba(0, 0, 0, 0.15); border-radius: 4px; padding: 6px 10px; margin-bottom: 6px; border-width: 1px; border-color: rgba(255, 255, 255, 0.06); } .sdm-lan-ip { font-size: 12px; -unity-font-style: bold; color: #e2e8f0; } .sdm-lan-url { font-size: 11px; color: #94a3b8; margin-top: 2px; }