@ -44,7 +44,11 @@ var css = csjs`
margin - bottom : 0 ;
margin - bottom : 0 ;
}
}
input {
input {
margin - right : 3 px ;
margin - right : 5 px ;
cursor : pointer ;
}
input [ type = radio ] {
margin - top : 2 px ;
}
}
. pluginTextArea {
. pluginTextArea {
font - family : unset ;
font - family : unset ;
@ -86,16 +90,17 @@ function SettingsTab (container, appAPI, appEvents, opts) {
< / d i v >
< / d i v >
< h4 class = "${css.heading}" > Themes < / h 4 >
< h4 class = "${css.heading}" > Themes < / h 4 >
< div class = "${css.crow}" >
< div class = "${css.crow}" >
< div > < input class = "${css.col1}" name = "theme" id = "themeLight" type = "radio" > < / d i v >
< input class = "${css.col1}" name = "theme" id = "themeLight" type = "radio" >
< label for = "themeLight" > Light Theme < / l a b e l >
< label for = "themeLight" > Light Theme < / l a b e l >
< / d i v >
< / d i v >
< div class = "${css.crow}" >
< div class = "${css.crow}" >
< div > < input class = "${css.col1}" name = "theme" id = "themeDark" type = "radio" > < / d i v >
< input class = "${css.col1}" name = "theme" id = "themeDark" type = "radio" >
< label for = "themeDark" > Dark Theme < / l a b e l >
< label for = "themeDark" > Dark Theme < / l a b e l >
< / d i v >
< / d i v >
< hr >
< hr >
< div class = "${css.crowNoFlex}" >
< div class = "${css.crowNoFlex}" >
< div > Plugin ( < i title = "Do not use this feature yet" class = "fa fa-exclamation-triangle" aria - hidden = "true" > < / i > < s p a n > D o n o t u s e t h i s a l p h a f e a t u r e i f y o u a r e n o t s u r e w h a t y o u a r e d o i n g ! < / s p a n > ) < / d i v >
< div > Plugin ( < i title = "Do not use this feature yet" class = "fa fa-exclamation-triangle" aria - hidden = "true" > < / i > < s p a n > D o n o t u s e t h i s a l p h a f e a t u r e i f y o u a r e n o t s u r e w h a t y o u a r e d o i n g ! < / s p a n > )
< / d i v >
< div >
< div >
< textarea rows = "4" cols = "70" id = "plugininput" type = "text" class = "${css.pluginTextArea}" > < / t e x t a r e a >
< textarea rows = "4" cols = "70" id = "plugininput" type = "text" class = "${css.pluginTextArea}" > < / t e x t a r e a >
< input onclick = $ { loadPlugin } type = "button" value = "Load" class = "${css.pluginLoad}" >
< input onclick = $ { loadPlugin } type = "button" value = "Load" class = "${css.pluginLoad}" >