X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=blobdiff_plain;f=src%2Fcss%2Fext6-pmx.css;h=09ec11c415aad8d714e99bf3062568c3a6f692c7;hp=97e5018f5f9f4f943b42210ae1f7a406adc2d397;hb=51a2f11c6bb48a00b77c1624ea2ee3bcfa511133;hpb=bf147dccb8906e358d765f2bedc97fb4cd182291 diff --git a/src/css/ext6-pmx.css b/src/css/ext6-pmx.css index 97e5018..09ec11c 100644 --- a/src/css/ext6-pmx.css +++ b/src/css/ext6-pmx.css @@ -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; +}