You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see in bootstrap.light.min.css
.panel {
display: inline-table;
vertical-align: top;
box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0;
background: #fff;
border: 3px solid #eee;
}
it's fine if
background: #fff;
border: 3px solid #eee;
are disabled
The text was updated successfully, but these errors were encountered:
liyaka
changed the title
Panels in 3.1.0 have a white border and background (in dark style)) - looks pretty bad
Panels in 3.1.0 have a white border and background (in dark style) - looks pretty bad
Sep 2, 2014
We're focusing on Kibana 4 going forward, so UI issues in Kibana 3 unfortunately won't be addressed. Also, given the age here, I'm guess this was in fact a caching issue.
I can see in bootstrap.light.min.css
.panel {
display: inline-table;
vertical-align: top;
box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0;
background: #fff;
border: 3px solid #eee;
}
it's fine if
background: #fff;
border: 3px solid #eee;
are disabled
The text was updated successfully, but these errors were encountered: