mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
nit scrollbars
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
/* Chrome, Edge, and Safari */
|
||||
*::-webkit-scrollbar {
|
||||
width: 3px;
|
||||
width: 5px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
@apply bg-tertiary-inverse dark:bg-tertiary;
|
||||
border-radius: 10px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -717,10 +717,10 @@ const config = {
|
||||
}
|
||||
},
|
||||
input: {
|
||||
backgroundColor: theme('colors.surface-secondary') + ' !important'
|
||||
backgroundColor: 'rgb(var(--color-surface-secondary)) !important'
|
||||
},
|
||||
textarea: {
|
||||
backgroundColor: theme('colors.surface-secondary') + ' !important'
|
||||
backgroundColor: 'rgb(var(--color-surface-secondary)) !important'
|
||||
}
|
||||
})
|
||||
addComponents({
|
||||
|
||||
Reference in New Issue
Block a user