From eab0507af6367a9a75f40ac3dd92e5e42860c2dc Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 20 May 2023 11:28:29 +0300 Subject: Added icons and themes --- .../Mint-X-Aqua/gtk-3.0/apps/xfce-applications.css | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 themes/Mint-X-Aqua/gtk-3.0/apps/xfce-applications.css (limited to 'themes/Mint-X-Aqua/gtk-3.0/apps/xfce-applications.css') diff --git a/themes/Mint-X-Aqua/gtk-3.0/apps/xfce-applications.css b/themes/Mint-X-Aqua/gtk-3.0/apps/xfce-applications.css new file mode 100644 index 00000000..820ab6c1 --- /dev/null +++ b/themes/Mint-X-Aqua/gtk-3.0/apps/xfce-applications.css @@ -0,0 +1,42 @@ +/**************** + * Thunar * + ****************/ + +.thunar .sidebar .view, .thunar .sidebar iconview { + background-color: #ececec; +} + +.thunar toolbar.horizontal button image, .thunar .horizontal.inline-toolbar button image { + -gtk-icon-transform: scale(0.9); +} + +/**************** + * Xfce Panel * + ****************/ + +.xfce4-panel.panel frame > border { + border: 0; +} + +.xfce4-panel.panel label { + font-weight: normal; +} + +.xfce4-panel.panel button { + border-radius: 0; + border: none; + margin-left: 1px; +} + +.xfce4-panel.panel button:hover { +} + +.xfce4-panel.panel button:active, +.xfce4-panel.panel button:checked { + border: none; +} + +.xfce4-panel.panel button label, +.xfce4-panel.panel button image { + border: none; +} -- cgit v1.2.3