update design dev_screen

This commit is contained in:
Your Name 2026-01-09 04:43:25 +03:00
parent 55351a0eb6
commit 48f2f7e103
2 changed files with 8 additions and 4 deletions

View File

@ -51,8 +51,10 @@ QMenu::item:selected { background: #F3F4F6; }
border-radius: 14px; border-radius: 14px;
border: 1px solid #E5E7EB; border: 1px solid #E5E7EB;
} }
#SoundCardTitle { color: rgba(55,65,81,0.9); } #SoundCardTitle { color: rgba(55,65,81,0.9); background: transparent; }
#SoundValue { color: rgba(107,114,128,0.95); } #SoundValue { color: rgba(107,114,128,0.95); background: transparent; }
#SoundToggleRow QLabel { background: transparent; }
#SoundSliderRow QLabel { background: transparent; }
#SoundSlider::groove:horizontal { height: 8px; background: #E5E7EB; border-radius: 4px; } #SoundSlider::groove:horizontal { height: 8px; background: #E5E7EB; border-radius: 4px; }
#SoundSlider::handle:horizontal { width: 18px; margin: -6px 0; background: #111827; border-radius: 9px; } #SoundSlider::handle:horizontal { width: 18px; margin: -6px 0; background: #111827; border-radius: 9px; }
#SoundToggle { #SoundToggle {

View File

@ -47,8 +47,10 @@ QMenu::item:selected { background: #1B2330; }
background: #141A22; background: #141A22;
border-radius: 14px; border-radius: 14px;
} }
#SoundCardTitle { color: rgba(138,147,166,0.95); } #SoundCardTitle { color: rgba(138,147,166,0.95); background: transparent; }
#SoundValue { color: rgba(138,147,166,0.95); } #SoundValue { color: rgba(138,147,166,0.95); background: transparent; }
#SoundToggleRow QLabel { background: transparent; }
#SoundSliderRow QLabel { background: transparent; }
#SoundSlider::groove:horizontal { height: 8px; background: #1B2330; border-radius: 4px; } #SoundSlider::groove:horizontal { height: 8px; background: #1B2330; border-radius: 4px; }
#SoundSlider::handle:horizontal { width: 18px; margin: -6px 0; background: #E6EAF0; border-radius: 9px; } #SoundSlider::handle:horizontal { width: 18px; margin: -6px 0; background: #E6EAF0; border-radius: 9px; }
#SoundToggle { #SoundToggle {