Skip to content

Commit ee9e81d

Browse files
authored
Merge pull request #467 from technosf/development
2.11 WIP
2 parents 5ebe24f + 0c0e490 commit ee9e81d

23 files changed

Lines changed: 1771 additions & 1050 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# SPDX-License-Identifier: GPL-3.0-or-later
55
#
6-
6+
AGENTS.md
77
build
88
builddir
99
build-dir

data/css/Tuner-system.css

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,81 @@ tooltip label {
152152
color: #d00000;
153153
}
154154

155+
.history-popover {
156+
background-color: mix(@theme_base_color, @theme_bg_color, 0.45);
157+
border: 1px solid alpha(@theme_fg_color, 0.14);
158+
border-radius: 6px;
159+
}
160+
161+
.history-summary-box {
162+
margin-bottom: 2px;
163+
}
164+
165+
.history-summary-tile {
166+
background-color: alpha(@theme_fg_color, 0.05);
167+
border-radius: 6px;
168+
padding: 6px 8px;
169+
}
170+
171+
.history-summary-value {
172+
font-weight: 700;
173+
font-size: 13pt;
174+
}
175+
176+
.history-summary-caption {
177+
font-size: 8.5pt;
178+
opacity: 0.72;
179+
}
180+
181+
.history-action-row button {
182+
min-width: 32px;
183+
}
184+
185+
.history-list {
186+
background: transparent;
187+
}
188+
189+
.history-row {
190+
border-radius: 6px;
191+
background-color: alpha(@theme_fg_color, 0.03);
192+
}
193+
194+
.history-row-alt {
195+
background-color: alpha(@theme_selected_bg_color, 0.08);
196+
}
197+
198+
.history-row-hearted {
199+
background-color: alpha(#c52828, 0.10);
200+
border-left: 3px solid alpha(#c52828, 0.70);
201+
}
202+
203+
.history-row-station {
204+
font-weight: 700;
205+
}
206+
207+
.history-row-title {
208+
opacity: 0.88;
209+
}
210+
211+
.history-row-title-hearted {
212+
color: #b61f1f;
213+
font-weight: 600;
214+
}
215+
216+
.history-heart-badge {
217+
color: #c52828;
218+
background-color: transparent;
219+
border-radius: 0;
220+
font-size: 14pt;
221+
font-weight: 700;
222+
padding: 0;
223+
}
224+
225+
.history-play-time,
226+
.history-total-time {
227+
font-family: monospace;
228+
}
229+
155230
/*
156231
* Search revealer
157232
*/

0 commit comments

Comments
 (0)