mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-27 10:03:55 +00:00
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:
parent
bb64cd0341
commit
994fe897b7
@ -133,6 +133,14 @@ div.right-aligned {
|
|||||||
padding: 0;
|
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 */
|
/* rules for the markdown content, prefix with the .pmx-md class */
|
||||||
.pmx-md code {
|
.pmx-md code {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
@ -50,6 +50,8 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
|
|||||||
|
|
||||||
title: gettext('APT Repositories'),
|
title: gettext('APT Repositories'),
|
||||||
|
|
||||||
|
cls: 'proxmox-apt-repos', // to allow applying styling to general components with local effect
|
||||||
|
|
||||||
tbar: [
|
tbar: [
|
||||||
{
|
{
|
||||||
text: gettext('Reload'),
|
text: gettext('Reload'),
|
||||||
|
Loading…
Reference in New Issue
Block a user