From 25cfbe20d968d8309ab9bcf61c9f5f7a90bb3cba Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Thu, 14 Apr 2016 12:23:42 -0300 Subject: [PATCH] Ajusta css Fix #310 --- static/styles/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/app.scss b/static/styles/app.scss index 9cbfeafb3..e4163a499 100644 --- a/static/styles/app.scss +++ b/static/styles/app.scss @@ -59,6 +59,10 @@ h6, .h6 { margin: 20px 0px 10px; } +.btn:hover, .btn:focus { + color: inherit; +} + // #### CRUD DETAIL ######################################## p.control-label { font-weight: bold;