This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 32bd827  bugfix/3321 Ensure text appears on buttons inside tables 
(#3409)
32bd827 is described below

commit 32bd827b25e8db080d6d8024242e5b6edb9bd14e
Author: Jeff Carey <jeff.ca...@gmail.com>
AuthorDate: Thu Sep 14 20:28:01 2017 -0700

    bugfix/3321 Ensure text appears on buttons inside tables (#3409)
---
 superset/assets/stylesheets/less/cosmo/bootswatch.less | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/superset/assets/stylesheets/less/cosmo/bootswatch.less 
b/superset/assets/stylesheets/less/cosmo/bootswatch.less
index 402dd5d..17629c3 100644
--- a/superset/assets/stylesheets/less/cosmo/bootswatch.less
+++ b/superset/assets/stylesheets/less/cosmo/bootswatch.less
@@ -145,6 +145,10 @@ table,
     a {
       color: #fff;
     }
+
+    .btn-default {
+      color: @gray;
+    }
   }
 }
 

-- 
To stop receiving notification emails like this one, please contact
['"comm...@superset.apache.org" <comm...@superset.apache.org>'].

Reply via email to