Files
nzearthquakeviewer/config/app_styles.qss
bryce 9d5ba2d7c2 POC Working
Only one seismograph at a time - all options working
- Spectrograph mode to be in a later update
- NEXT: "Area - based" config (allows yout to select areas)
2025-08-17 10:51:49 +12:00

67 lines
1.1 KiB
Plaintext

QMainWindow {
background-color: #A7FAFC;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Halvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
QLabel, QGroupBox, QWidget, QComboBox, QPushButton {
color: #1A202C;
}
QLabel#headerLabel {
font-size: 32px;
font-weight: bold;
color: #1A202C;
padding-bottom: 10px;
}
QLabel {
font-size: 16px;
color: #4A5568;
}
QLabel[property="controlLabel"] {
font-weight: bold;
color: #333333;
}
QComboBox {
padding: 5px;
border: 1px solid #CBD5E0;
border-radius: 4ps;
background-color: white;
}
QComboBox::drop-down {
border-left: 1px solid #CBD5E0;
width: 20px;
}
QComboBox::down-arrow {
}
QPushButton {
background-color: #3B82F6;
color: white;
border: none;
padding: 8px 16px;
border-radius: 6px;
font-weight: bold;
}
QPushButton:hover {
background-color: #2563EB;
}
QPushButton:disabled {
background-color: #9CA3AF;
color: #E5E7EB;
}
QWidget#waveformChartContainer {
background-color: white;
border: 1px solid #E2E8F0;
border-radius: 8px;
padding: 16px;
}