From 36cf6b291ee94b17ddd58e95cba4fd9321a6680f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 24 Feb 2017 19:47:37 +0100 Subject: Gtk+-3.20 Traditional themes: workaround, fix some borders in firefox --- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index a17bc64c..dab6239b 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -839,6 +839,23 @@ scale progressbar { padding: 0; } +/* Style the Search and Location entry boxes for Firefox 49 */ +/* why frame and not entry ? FIXME */ +frame { + border-style: solid; + border-color: @border_color; +} + +/* Override the Firefox 49 frame styling where is absolutely shouldn't be applied */ +/* maybe we should add more here */ +box > frame, /* mate-tweak */ +statusbar > frame, /* caja, etc. */ +statusbar > widget > frame, /* pluma */ +GvcMixerDialog frame { /* Mate Mixer dialog */ + border-style: none; +} + +frame.flat, .frame.flat { border-style:none; } -- cgit v1.2.1