diff options
Diffstat (limited to 'unmaintained/greybird-themes/gtk-3.14-fix.patch')
-rw-r--r-- | unmaintained/greybird-themes/gtk-3.14-fix.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/unmaintained/greybird-themes/gtk-3.14-fix.patch b/unmaintained/greybird-themes/gtk-3.14-fix.patch deleted file mode 100644 index 61f23c5c6d..0000000000 --- a/unmaintained/greybird-themes/gtk-3.14-fix.patch +++ /dev/null @@ -1,17 +0,0 @@ -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 ; -+} - |