dark-theme: remove thicker borders around content

previously the dark theme used thicker borders in certain places to
space out the content a bit more. this removes them again to make the
appearance more consistent with "crisp".

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2023-03-10 14:08:35 +01:00 committed by Thomas Lamprecht
parent 2a5b7cd2ff
commit 0cdf266659
3 changed files with 1 additions and 21 deletions

View File

@ -1,10 +1,3 @@
// A border to the left and on top of the content panels for the
// selected resource
@mixin content-border {
border-top: solid 3px $background-darkest;
border-left: solid 3px $background-darkest;
}
// selected items in dropdown etc
@mixin selection {
background-color: $selection-background-color;

View File

@ -4,7 +4,7 @@
.x-toolbar-default {
background-color: $background-darker;
border: solid 3px $background-darkest;
border-color: $border-color-alt;
&.x-docked-top {
border-width: 1px;

View File

@ -9,19 +9,6 @@ div[id^="versioninfo-"] + div[id^="panel-"] > div[id^="panel-"][id$="-bodyWrap"]
border-color: transparent;
}
// border around the main datacenter view
div[id^="PVE-dc-Config-"][id$="-body"],
// border around the main pool view
div[id^="pvePoolConfig-"][id$="-body"],
// Container content config views
div[id^="pveLXCConfig-"][id$="-body"],
// VM content config views
div[id^="PVE-qemu-Config-"][id$="-body"],
div[id^="PVE-storage-Browser-"][id$="-body"],
div[id^="PVE-node-Config-"][id$="-body"] {
@include content-border;
}
// Section header in the "My Settings" page
.x-fieldset-header-default > .x-fieldset-header-text {
color: $text-color;