]> git.proxmox.com Git - pmg-gui.git/blobdiff - css/ext6-pmg.css
allow multiselect for user white- and blacklist
[pmg-gui.git] / css / ext6-pmg.css
index b73d28e73156c2b5788ff76b961a6be6454c3e48..f385d77a40b8b1c9e9bb2bccb7885048f50db620 100644 (file)
     top: 2px;
 }
 
+.proxmox-inline-button .x-btn-inner {
+    color: black;
+}
+
 /* for auto layout */
 div.inline-block {
     display: inline-block;
@@ -121,6 +125,11 @@ table:not(.x-grid-item-selected) tr.x-grid-row.disabled {
     color: #cfcfcf;
 }
 
+/* fix action column icons */
+.x-action-col-icon {
+    font-size: 14px;
+}
+
 .x-action-col-icon:before {
     color: #555;
 }
@@ -151,3 +160,83 @@ table:not(.x-grid-item-selected) tr.x-grid-row.disabled {
 .x-webkit :not(.x-form-textarea-body) > .x-form-trigger-wrap {
     height: initial;
 }
+
+tr.x-grid-row-summary  td.x-grid-cell {
+    border-top: 1px solid black;
+    font-weight: bold;
+}
+
+p.logs {
+    white-space: nowrap;
+    font-family: monospace;
+    overflow: auto;
+    border: 1px solid #cfcfcf;
+    margin: 5px;
+    padding: 5px;
+}
+
+tr.quarantine {
+    background-color: #FFE7C2;
+}
+
+tr.blocked {
+    background-color: #FFD1C2;
+}
+
+tr.bounced {
+    background-color: #FFF4C2;
+}
+
+.green {
+    color: #21BF4B;
+}
+
+.gray {
+    color: #cfcfcf;
+}
+
+.red {
+    color: #F00;
+}
+
+.yellow {
+    color: #DD0;
+}
+
+div.left {
+    float: left;
+}
+
+div.right {
+    float: right;
+}
+
+td.right {
+    text-align: right;
+}
+
+td.center {
+    text-align: center;
+}
+
+td.left {
+    text-align: left;
+}
+
+table.dash {
+    margin: auto;
+    width: 90%;
+}
+
+table.dash h2 {
+    margin: 4px 0px;
+}
+
+table.dash td.half {
+    width: 50%;
+}
+
+a.download {
+    color: inherit;
+    text-decoration: none;
+}