mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 00:59:48 -06:00
refactor: docker.vm.manager VMSettings css vars
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
.fileTree {
|
||||
background: #f2f2f2;
|
||||
width: 300px;
|
||||
max-height: 150px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
display: none;
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
.fileTree {
|
||||
background: #1c1c1c;
|
||||
width: 300px;
|
||||
max-height: 150px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
display: none;
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
.fileTree {
|
||||
background: #1c1c1c;
|
||||
width: 300px;
|
||||
max-height: 150px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
display: none;
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
.fileTree {
|
||||
background: #f2f2f2;
|
||||
width: 300px;
|
||||
max-height: 150px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
display: none;
|
||||
}
|
||||
@@ -1,3 +1,12 @@
|
||||
:root {
|
||||
--add-container-file-tree-background: var(--black);
|
||||
}
|
||||
|
||||
.Theme--azure:root,
|
||||
.Theme--white:root {
|
||||
--add-container-file-tree-background: var(--gray-100);
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
@@ -47,3 +56,14 @@ body {
|
||||
#remove_button span {
|
||||
font-family: clear-sans;
|
||||
}
|
||||
|
||||
.fileTree {
|
||||
background: var(--add-container-file-tree-background);
|
||||
width: 300px;
|
||||
max-height: 150px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user