ui/gtk/toolkit.c

changeset 109
c3dfcb8f0be7
parent 108
77254bd6dccb
child 110
c00e968d018b
--- a/ui/gtk/toolkit.c	Sun Jul 20 22:04:39 2025 +0200
+++ b/ui/gtk/toolkit.c	Sun Aug 24 15:24:16 2025 +0200
@@ -395,6 +395,15 @@
 "  margin-top: 4px;\n"
 "  margin-bottom: 10px;\n"
 "}\n"
+".ui-badge {\n"
+"  background-color: #e53935;\n"
+"  color: white;\n"
+"  border-radius: 9999px;\n"
+"  padding: 0px 10px 0px 10px;\n"
+"  font-weight: bold;\n"
+"  margin-left: 4px;"
+"  margin-right: 4px;"
+"}\n"
 ;
 
 #elif GTK_MAJOR_VERSION == 3
@@ -428,6 +437,15 @@
 "  margin-top: 4px;\n"
 "  margin-bottom: 10px;\n"
 "}\n"
+".ui-badge {\n"
+"  background-color: #e53935;\n"
+"  color: white;\n"
+"  border-radius: 9999px;\n"
+"  padding: 0px 10px 0px 10px;\n"
+"  font-weight: bold;\n"
+"  margin-left: 4px;"
+"  margin-right: 4px;"
+"}\n"
 ;
 #endif
 

mercurial