mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
Merge pull request #90 from HendrikRauh/fix-scrollbars
fix scrollbar design on chromium
This commit is contained in:
commit
b3468b4f01
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
--color-surface: #333;
|
--color-surface: #333;
|
||||||
--color-danger: #fa2b58;
|
--color-danger: #fa2b58;
|
||||||
--appended-item-size: 2.5rem;
|
--appended-item-size: 2.5rem;
|
||||||
|
|
||||||
|
color-scheme: dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -35,6 +37,7 @@ form > * {
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
border-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|
Loading…
Add table
Reference in a new issue