t0-0 commited on
Commit
ca2dd4e
·
1 Parent(s): e4af1e5

Add border to Accordion

Browse files
Files changed (1) hide show
  1. style.css +1 -0
style.css CHANGED
@@ -129,6 +129,7 @@ table td:nth-child(2) {
129
 
130
  .accordion {
131
  min-width: 200px!important;
 
132
  }
133
 
134
  /* make the plotly modebar horizontal */
 
129
 
130
  .accordion {
131
  min-width: 200px!important;
132
+ border: solid rgba(175,175,175,0.1) !important;
133
  }
134
 
135
  /* make the plotly modebar horizontal */