blob: d232f6913efa676afe1f6bd9466748ae8cc11684 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 72812894cfd9454d70e4b0753531e46580416771 Mon Sep 17 00:00:00 2001
2From: dgod <dgod.osa@gmail.com>
3Date: Mon, 21 Mar 2016 19:25:25 +0800
4Subject: [PATCH] fix css under gtk 3.20
5
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06006Upstream-Status: Backport [https://git.lxde.org/gitweb/?p=lxde/lxdm.git;a=patch;h=72812894cfd9454d70e4b0753531e46580416771]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007---
8 data/themes/Industrial/gtk.css | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css
12index 179f0d6..f8e6432 100644
13--- a/data/themes/Industrial/gtk.css
14+++ b/data/themes/Industrial/gtk.css
15@@ -17,6 +17,7 @@
16 color: #000000;
17 }
18
19+#bottom_pane label,
20 #bottom_pane GtkLabel {
21 font: Sans 12;
22 color: #9E9D9B;
23--
242.14.4
25