diff --git a/addon/display/fullscreen.css b/addon/display/fullscreen.css index 00ad677ff5f1ff5667164e5d570165dcc5c7358a..437acd89be8c3173079d7d966bd965bd69f94289 100644 --- a/addon/display/fullscreen.css +++ b/addon/display/fullscreen.css @@ -2,5 +2,5 @@ position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: auto; - z-index: 9999; + z-index: 9; } diff --git a/addon/lint/lint.css b/addon/lint/lint.css index eb15381f02c9a2633eed35ef20ce3078f5c99361..a57694e00e9af2dc5f11a395178b0da9937b610f 100644 --- a/addon/lint/lint.css +++ b/addon/lint/lint.css @@ -70,27 +70,3 @@ background-position: right bottom; width: 100%; height: 100%; } - -/* Styles for the overview ruler -.annotationOverview { - cursor: pointer; - border-radius: 2px; - left: 2px; - width: 8px; -} -.annotationOverview.error { - background-color: lightcoral; - border: 1px solid darkred; -} -.annotationOverview.warning { - background-color: Gold; - border: 1px solid black; -} - -.annotationHTML.overlay { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IArs4c6QAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJEAQvB2JVdrAAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAD1JREFUCNdtjkESADAEAzemf69f66HMqGlOIhYiFRFRtSQBWAY7mzx+EDTL6sSgb1jTk7Q87rxyqe37fXsAa78gLyZnRgEAAAAASUVORK5CYII="); - background-position: right bottom; - position: relative; - top: -16px; -} -*/ \ No newline at end of file