fasddfasf

This commit is contained in:
2026-01-07 20:36:21 +03:00
parent 5e11af76e7
commit 04ed871161
11919 changed files with 370502 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
/* GTK Dialogs */
dialog stack {
background-color: @theme_bg_color;
}
/* Add icon to dialogs, add margin between dialog buttons */
messagedialog .horizontal.dialog-action-box {
min-width: 0;
margin-right: 0;
background-color: transparent;
padding-left: 0;
padding-right: 50px;
padding-bottom: 10px; }
messagedialog {
background-image: url("assets/warning.png");
background-position: 5px 5px;
background-size: 60px;
background-repeat: no-repeat;
}
messagedialog .dialog-vbox {
border-left: 55px solid transparent;
min-height: 120px;
}