From 660bf16f30e6645dee934900a79799606e5305c0 Mon Sep 17 00:00:00 2001 From: Charles Bos Date: Mon, 27 Mar 2017 10:11:32 +0100 Subject: Traditional themes - use applet handles from Menta --- .../TraditionalOk/gtk-3.0/img/Makefile.am | 1 + .../TraditionalOk/gtk-3.0/img/panel-grid.svg | 173 +++++++++++++++++++++ .../TraditionalOk/gtk-3.0/mate-applications.css | 7 + 3 files changed, 181 insertions(+) create mode 100644 desktop-themes/TraditionalOk/gtk-3.0/img/panel-grid.svg (limited to 'desktop-themes/TraditionalOk/gtk-3.0') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/img/Makefile.am b/desktop-themes/TraditionalOk/gtk-3.0/img/Makefile.am index 008f2776..a94a5938 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/img/Makefile.am +++ b/desktop-themes/TraditionalOk/gtk-3.0/img/Makefile.am @@ -35,6 +35,7 @@ theme_DATA = \ menuitem-radio-hover.png \ menuitem-radio-insensitive.png \ menuitem-radio.png \ + panel-grid.svg \ pane-separator-grip-horz.png \ pane-separator-grip-vert.png \ radio-checked-hover.png \ diff --git a/desktop-themes/TraditionalOk/gtk-3.0/img/panel-grid.svg b/desktop-themes/TraditionalOk/gtk-3.0/img/panel-grid.svg new file mode 100644 index 00000000..5f17e633 --- /dev/null +++ b/desktop-themes/TraditionalOk/gtk-3.0/img/panel-grid.svg @@ -0,0 +1,173 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index d7801e88..91fcda15 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -112,6 +112,13 @@ MatePanelApplet { text-shadow: none; } +MatePanelAppletFrameDBus { + background-image: -gtk-scaled(url("img/panel-grid.svg")); + background-color: transparent; + background-repeat: no-repeat; + background-position: left; +} + /* workaround to avoid unwanted black frames if switching compositor on/off */ .mate-panel-menu-bar .window-frame.csd.popup { box-shadow: none; -- cgit v1.2.1