fasddfasf
This commit is contained in:
28
.themes/Redmond97 SE In Tenebris/gtk-3.0/gtk-dialog.css
Normal file
28
.themes/Redmond97 SE In Tenebris/gtk-3.0/gtk-dialog.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user