aboutsummaryrefslogtreecommitdiff
path: root/src/flat-button.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/flat-button.vala')
-rw-r--r--src/flat-button.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flat-button.vala b/src/flat-button.vala
index fc77fe1..9177f22 100644
--- a/src/flat-button.vala
+++ b/src/flat-button.vala
@@ -27,7 +27,7 @@ public class FlatButton : Gtk.Button
try
{
var style = new Gtk.CssProvider ();
- style.load_from_data ("* {-GtkWidget-focus-line-width: 1px;
+ style.load_from_data ("* {outline-width: 1px;
}", -1);
get_style_context ().add_provider (style, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
}