]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/css/ext6-pmx.css
integrate marked as markdown parser
[proxmox-widget-toolkit.git] / src / css / ext6-pmx.css
index 97e5018f5f9f4f943b42210ae1f7a406adc2d397..09ec11c415aad8d714e99bf3062568c3a6f692c7 100644 (file)
@@ -112,3 +112,35 @@ div.right-aligned {
 {
     background-image:url(../images/icon-cpu.png);
 }
+
+/* change font for config panel back to fontawesome */
+.x-treelist-item-expanded > * > * > .x-treelist-item-expander::after,
+.x-treelist-item-expander::after {
+    font: 16px/1 FontAwesome;
+}
+
+.x-treelist-pve-nav {
+    background-color: #f5f5f5;
+}
+
+/* fix padding for legend in header */
+.x-legend-inner {
+    padding: 0;
+}
+
+/* rules for the markdown content, prefix with the .pmx-md class */
+.pmx-md code {
+    white-space: pre;
+    background-color: #f5f5f5;
+    padding: 1px;
+}
+
+.pmx-md pre code {
+    display: inline-block;
+    padding: 5px;
+    border-left: 3px solid #e0e0e0;
+}
+
+.pmx-md strong {
+    font-weight: bold;
+}