summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/share/gtk.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index e068906a5..3ba5f9d83 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,5 +1,6 @@
- CSD:
o make corners round like gtk+/Adwaita does
+ o nicer decoration
Version 17.29 - 4 May 2016
diff --git a/perl-install/install/share/gtk.css b/perl-install/install/share/gtk.css
index 4eda8377a..3befe735c 100644
--- a/perl-install/install/share/gtk.css
+++ b/perl-install/install/share/gtk.css
@@ -1,5 +1,6 @@
/* CSD for windows: */
window, .window-frame {
+ border-width: 1px;
border: solid 1px alpha(black, 0.75);
border-radius: 7px 7px 0 0;
}