Use GtkTextView instead of GtkLabel in startup big_label()

This commit is contained in:
Geoffrey D. Bennett
2024-01-22 19:34:26 +10:30
parent 4b340b4d4c
commit 9fc4c7c6e1
2 changed files with 17 additions and 5 deletions

View File

@@ -215,6 +215,16 @@ button.sw-hw:checked {
border-color: #303030;
}
/* Textview used for long descriptions in the startup window */
textview {
color: #ffffff;
background: none;
}
textview > text {
background: none;
}
/* Bigger buttons in the startup window */
.window-startup button {
padding: 5px;