Merge remote-tracking branch 'origin/master' into xfce416-icons

This commit is contained in:
EMH-Mark-I 2021-04-07 20:50:47 -05:00
commit db88910a0a
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,24 @@
/******************
* Message Dialog *
******************/
/*
Contributor notes:
Please use two space indentions.
Stack all related and child selectors and selector states into a logical hierarchy to a readable degree.
Make sure that all changes made here are part of the GtkMessageDialog.
*/
messagedialog .titlebar {
border: 1px solid;
border-radius: 0px;
border-top-color: @border_light;
border-right-color: @border_dark;
border-left-color: @border_light;
border-bottom-color: @bg_color;
box-shadow: inset 1px 1px @border_bright, inset -1px 0px @border_shade; }
messagedialog .dialog-vbox {
border-bottom: 1px solid @border_dark;
border-left: 1px solid @border_light;
border-right: 1px solid @border_dark;
box-shadow: inset 1px 0px @border_bright, inset -1px -1px @border_shade; }

View File

@ -174,6 +174,7 @@
@import url("gtk-toolbar.css");
@import url("gtk-window.css");
@import url("gtk-windowbuttons.css");
@import url("gtk-messagedialog.css");