mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
some minor changes
This commit is contained in:
parent
75f4e86f9e
commit
ed4f5845d7
@ -317,27 +317,3 @@ div.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content.uitool
|
|||||||
bottom: -20px;
|
bottom: -20px;
|
||||||
top: auto;
|
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;
|
|
||||||
}
|
|
||||||
|
27
pandora_console/include/styles/ncm_details.css
Normal file
27
pandora_console/include/styles/ncm_details.css
Normal file
@ -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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user