Created
September 8, 2016 13:07
-
-
Save nubunto/72540624e9889b540ba8eca62eaf29ad to your computer and use it in GitHub Desktop.
Style to fix Kibana
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Kibana typeahead is fucked up in Chrome since the lastest update, so this should fix it. */ | |
/* Stylish chrome app URL: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe/related */ | |
/* typeahead css (courtesy from Gareth) */ | |
@-moz-document domain("logs.thermeon.eu") { | |
.typeahead .typeahead-items { | |
top: 32px; | |
} | |
} | |
/* if you're not on mozilla, you should add "URLs on this domain" on Stylish and add this CSS: */ | |
.typeahead .typeahead-items { | |
top: 32px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment