1
0
Fork 0
nih-plug/plugins/diopser/src/editor/theme.css

45 lines
899 B
CSS
Raw Normal View History

#top-bar {
background-color: #e5e5e5;
height: 50px;
width: 100%;
}
2022-11-12 03:09:53 +11:00
#param-sliders .param-label {
width: 140px;
height: 30px;
child-top: 1s;
child-right: 10px;
child-bottom: 1s;
child-left: 1s;
}
/* The safe mode button reuses the param-button element's style with a different class */
param-button.safe-mode {
background-color: #fff28000;
transition: background-color 0.1 0;
}
param-button.safe-mode:hover {
background-color: #fff28020;
transition: background-color 0.1 0;
}
param-button.safe-mode:checked {
background-color: #fff280;
transition: background-color 0.1 0;
}
#automation-precision {
/* Can't use width: auto here, but we'll try to roughly match the padding of the top bar buttons */
width: 170px;
}
xy-pad {
overflow: hidden;
}
2022-11-12 05:51:11 +11:00
xy-pad__handle {
background-color: #e5e5e5;
border-color: #0a0a0a;
border-width: 1px;
border-radius: 50%;
}