Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panels in 3.1.0 have a white border and background (in dark style) - looks pretty bad #1467

Closed
liyaka opened this issue Sep 2, 2014 · 2 comments

Comments

@liyaka
Copy link

liyaka commented Sep 2, 2014

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

@liyaka 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
@falkenbt
Copy link

falkenbt commented Sep 8, 2014

Maybe a cache issue? I've had the same problem but it disappeared after refreshing.

@w33ble
Copy link
Contributor

w33ble commented Oct 6, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants