[pve-devel] [PATCH manager 1/7] ext6migrate: add css for contextmenu header
Dominik Csapak
d.csapak at proxmox.com
Tue Mar 8 11:03:51 CET 2016
by default the title in extjs6 menus have no style
this patch uses the same style as the tab headers
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/css/ext6-pve.css | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index d6f06dc..3036427 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -96,3 +96,11 @@
.x-group-sub-header .x-column-header-inner {
padding: 4px 4px;
}
+
+/* for context menu header */
+.x-menu-header {
+ font: 400 13px/20px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
+ color: #f0f0f0;
+ padding: 4px;
+ background-color: #5fa2dd;
+}
--
2.1.4
More information about the pve-devel
mailing list