mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
base.less: Define scrollbar color
This commit is contained in:
parent
092571a17b
commit
f722a08826
@ -193,7 +193,10 @@
|
|||||||
// Make padding not affect the final computed width of an element
|
// Make padding not affect the final computed width of an element
|
||||||
html {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
scrollbar-color: var(--scrollbar-thumb-color, @scrollbar-thumb-color) transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
details > * {
|
details > * {
|
||||||
// children somehow default to content-box no matter the inheritance
|
// children somehow default to content-box no matter the inheritance
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user