mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-20 19:31:55 +00:00
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:
parent
2a5b7cd2ff
commit
0cdf266659
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user