summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-02-24 19:47:37 +0100
committerraveit65 <[email protected]>2017-02-24 19:47:37 +0100
commit36cf6b291ee94b17ddd58e95cba4fd9321a6680f (patch)
tree5ce5ec39144314600d3dfdd5b2b892cc3b0bd690 /desktop-themes/TraditionalGreen
parentb3185df9515951799c5c877df700184817ecf31d (diff)
downloadmate-themes-36cf6b291ee94b17ddd58e95cba4fd9321a6680f.tar.bz2
mate-themes-36cf6b291ee94b17ddd58e95cba4fd9321a6680f.tar.xz
Gtk+-3.20 Traditional themes: workaround, fix some borders in firefox
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index aebf02ea..3a7bad41 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -838,6 +838,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;
}