blob: afe11f3536d994e2f1790f7e03271fa469ad92e4 [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
6Upstream-Status: Applied [1]
7
8[1] https://git.lxde.org/gitweb/?p=lxde/lxdm.git;a=patch;h=72812894cfd9454d70e4b0753531e46580416771
9---
10 data/themes/Industrial/gtk.css | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css
14index 179f0d6..f8e6432 100644
15--- a/data/themes/Industrial/gtk.css
16+++ b/data/themes/Industrial/gtk.css
17@@ -17,6 +17,7 @@
18 color: #000000;
19 }
20
21+#bottom_pane label,
22 #bottom_pane GtkLabel {
23 font: Sans 12;
24 color: #9E9D9B;
25--
262.14.4
27