mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- Support clicking on the graph to zoom the search to that time period - Remove 'AND' appending (we default to 'AND' now)
50 lines
955 B
Sass
50 lines
955 B
Sass
$lightgrey: #d8d8d8
|
|
$darkgrey: #adadad
|
|
body
|
|
margin: 0
|
|
padding: 0
|
|
#header
|
|
border-top: 4px solid black
|
|
border-bottom: 1px solid black
|
|
background-color: lightgreen
|
|
padding-left: 1em
|
|
|
|
.search
|
|
display: inline
|
|
.logo
|
|
font-size: 130%
|
|
font-weight: bold
|
|
float: right
|
|
padding-right: 20px
|
|
#content
|
|
margin-left: 2em
|
|
margin-right: 2em
|
|
margin-top: 1em
|
|
#content ul.results
|
|
font-family: monospace
|
|
#content li.event
|
|
padding-bottom: 3px
|
|
white-space: pre-wrap
|
|
#content li.selected
|
|
background-color: #FCE69D !important
|
|
#content li.event:nth-child(2n)
|
|
background-color: #E3F6CE
|
|
#content li.event:nth-child(2n+1)
|
|
background-color: #F5FBEF
|
|
#content li.event:hover
|
|
background-color: lightgreen
|
|
#error
|
|
background-color: pink
|
|
border: 1px solid red
|
|
padding: 3px
|
|
#error h1
|
|
font-size: 130%
|
|
padding: 0
|
|
margin: 0
|
|
#inspector
|
|
font-size: 70%
|
|
#results #visual
|
|
width: 850px
|
|
height: 200px
|
|
#results h1
|
|
font-size: 100%
|