diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-17 06:18:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-17 06:18:09 +0000 |
commit | b13d6899cabcbce9bb202da00ff29c8e641a3ebe (patch) | |
tree | 82ab01974503fc9f47702f6c86a4be53787abb3c /testing/greybird-themes/gtk-3.14-fix.patch | |
parent | a2039cacbd8cf3a9f73e72b68b867f4bdcf3ecc3 (diff) | |
download | aports-b13d6899cabcbce9bb202da00ff29c8e641a3ebe.tar.bz2 aports-b13d6899cabcbce9bb202da00ff29c8e641a3ebe.tar.xz |
testing/greybird-themes: add fix for gtk-3.14
from https://github.com/shimmerproject/Greybird/issues/69
Diffstat (limited to 'testing/greybird-themes/gtk-3.14-fix.patch')
-rw-r--r-- | testing/greybird-themes/gtk-3.14-fix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/greybird-themes/gtk-3.14-fix.patch b/testing/greybird-themes/gtk-3.14-fix.patch new file mode 100644 index 0000000000..61f23c5c6d --- /dev/null +++ b/testing/greybird-themes/gtk-3.14-fix.patch @@ -0,0 +1,17 @@ +diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css +index 3428f75..619f566 100644 +--- a/gtk-3.0/gtk-widgets.css ++++ b/gtk-3.0/gtk-widgets.css +@@ -4153,3 +4153,11 @@ GtkBubbleWindow .toolbar { + box-shadow: 0 3px 5px alpha(black, 0.5), + 0 0 0 1px alpha(black, 0.2); + } ++ ++.toolbar .button , .toolbar .button:insensitive { ++ border: 1px solid transparent; ++ background: none; ++ border-color: none; ++ box-shadow: inset 0 0 , ++ inset 0 0 ; ++} + |