Skip to content

Commit

Permalink
Missing styles + throttle is the default
Browse files Browse the repository at this point in the history
  • Loading branch information
ASDosjani committed Sep 9, 2022
1 parent ea02d9a commit 5a25d52
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/css/tabs/led_strip.less
Expand Up @@ -237,6 +237,12 @@
}
.modifiers {
display: inline-block;
.auxSelect {
border: 1px solid var(--subtleAccent);
border-radius: 3px;
background: var(--boxBackground);
color: var(--defaultText);
}
}
.colorDefineSliders {
display: inline-block;
Expand Down Expand Up @@ -358,6 +364,12 @@
button.btnOn {
border-color: #000;
}
.modeSelect {
border: 1px solid var(--subtleAccent);
border-radius: 3px;
background: var(--boxBackground);
color: var(--defaultText);
}
}
.indicators {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion src/js/tabs/led_strip.js
Expand Up @@ -1121,7 +1121,7 @@ led_strip.initialize = function (callback, scrollPosition) {
return mc.color;
}
}
return "";
return 3; //Throttle is the default
}

function setModeColor(mode, dir, color) {
Expand Down

0 comments on commit 5a25d52

Please sign in to comment.