diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index 3c3684c9..6f5af32d 100644 --- a/www/css/ext6-pve.css +++ b/www/css/ext6-pve.css @@ -1 +1,15 @@ -/* empty for now */ +/* overwrite to use full black for enabled buttons */ +.x-btn-inner-default-toolbar-small { + font: 300 12px/16px helvetica, arial, verdana, sans-serif; + color: #000; + padding: 0 5px; + max-width: 100%; +} + +/* add missing class for context menu header */ +.x-menu-header { + font: 400 13px/20px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif; + color: #fff; + padding: 4px; + background-color: #3892d4; +} \ No newline at end of file