upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / solfege / trunk / fix_css.patch
blobd9422226d168eeada249fdd98094404ecb7a13ab
1 Author: Reiner Herrmann <reiner@reiner-h.de>
2 Description: Fixes deprecation warnings with recent GTK+ versions
3 Forwarded: https://savannah.gnu.org/bugs/index.php?53107
5 --- a/solfege.css
6 +++ b/solfege.css
7 @@ -4,25 +4,25 @@
8 */
11 -#ProgressionNameLabel, #Feedback { font: "Sans 18" }
12 -#ProgressionLabelNumber { font: "Sans 12" }
13 -#BoldText { font: Bold }
14 +#ProgressionNameLabel, #Feedback { font: 18px Sans }
15 +#ProgressionLabelNumber { font: 12px Sans }
16 +#BoldText { font: 12px Sans Bold }
18 -#StatisticsH1, #Heading1 { font: Sans 18 }
19 -#StatisticsH2, #Heading2 { font: Sans 14 }
20 +#StatisticsH1, #Heading1 { font: 18px Sans }
21 +#StatisticsH2, #Heading2 { font: 14px Sans }
23 -#BpmInactiveLabel { font: Sans 12 }
24 -#BpmActiveLabel { font: Sans Bold 12 }
25 +#BpmInactiveLabel { font: 12px Sans }
26 +#BpmActiveLabel { font: 12px Sans Bold }
28 #DIALOGWARNING2 { background: red; }
29 #DIALOGWARNING { background: yellow; }
31 #DEBUGWARNING {
32 background: red;
33 - font: Sans Bold 24;
34 + font: 24px Sans Bold;
37 -#FlashBarLabel { font: Sans 16 }
38 +#FlashBarLabel { font: 16px Sans }
40 #IntervalButtonsWidget GtkButton