[pve-devel] [PATCH v2 manager 19/20] add CSS for button in grid's group header
Fabian Ebner
f.ebner at proxmox.com
Wed Sep 16 14:50:40 CEST 2020
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
new in v2
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 a7c0750c..18eb1ae9 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