apt repos: style grouping headers a bit different

else the repo/header difference is not that big, and it gets a bit
hard to read as it feels a bit monotonic

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-23 19:39:46 +02:00
parent bb64cd0341
commit 994fe897b7
2 changed files with 10 additions and 0 deletions

View File

@ -133,6 +133,14 @@ div.right-aligned {
padding: 0;
}
.proxmox-apt-repos .x-grid-group-hd {
color: #000000;
background-color: #f5f5f5;
}
.proxmox-apt-repos .x-grid-group-title {
color: #333;
}
/* rules for the markdown content, prefix with the .pmx-md class */
.pmx-md code {
white-space: pre;

View File

@ -50,6 +50,8 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
title: gettext('APT Repositories'),
cls: 'proxmox-apt-repos', // to allow applying styling to general components with local effect
tbar: [
{
text: gettext('Reload'),