diff --git a/pandora_console/include/styles/discovery.css b/pandora_console/include/styles/discovery.css index 4d46234695..b47e52e619 100644 --- a/pandora_console/include/styles/discovery.css +++ b/pandora_console/include/styles/discovery.css @@ -317,27 +317,3 @@ div.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content.uitool bottom: -20px; top: auto; } - -/* Highlight style */ -/* for block of numbers */ -.hljs-ln-numbers { - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - - text-align: center; - color: #ccc; - border-right: 1px solid #ccc; - vertical-align: top; - padding-right: 5px !important; - - /* your custom style here */ -} - -/* for block of code */ -.hljs-ln-code { - padding-left: 10px !important; -} diff --git a/pandora_console/include/styles/ncm_details.css b/pandora_console/include/styles/ncm_details.css new file mode 100644 index 0000000000..68a30eeb10 --- /dev/null +++ b/pandora_console/include/styles/ncm_details.css @@ -0,0 +1,27 @@ +.d2h-file-header { + display: none; +} + +/* Highlight style */ +/* for block of numbers */ +.hljs-ln-numbers { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + + text-align: center; + color: #ccc; + border-right: 1px solid #ccc; + vertical-align: top; + padding-right: 5px !important; + + /* your custom style here */ +} + +/* for block of code */ +.hljs-ln-code { + padding-left: 10px !important; +}