[pve-devel] [PATCH v3 manager 19/20] add CSS for button in grid's group header
Fabian Ebner
f.ebner at proxmox.com
Fri Nov 13 14:16:32 CET 2020
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
www/css/ext6-pve.css | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index 3b7a896b..d6c0bab4 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -6,6 +6,15 @@
max-width: 100%;
}
+/* for a button within a grid's group header */
+.x-btn-custom-groupheader {
+ border-radius: 3px;
+ border-width: 1px;
+ border-style: solid;
+ background-color: #f5f5f5;
+ border-color: #d8d8d8;
+}
+
/* add missing class for context menu header */
.x-menu-header {
font: 400 13px/20px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
--
2.20.1
More information about the pve-devel
mailing list