summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/NEWS3
-rw-r--r--perl-install/install/share/gtk.css1
2 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 3b64a60e8..e068906a5 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,6 @@
+- CSD:
+ o make corners round like gtk+/Adwaita does
+
Version 17.29 - 4 May 2016
- install the right IM packages on Plasma
diff --git a/perl-install/install/share/gtk.css b/perl-install/install/share/gtk.css
index 6f6278dc9..4eda8377a 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: solid 1px alpha(black, 0.75);
+ border-radius: 7px 7px 0 0;
}