@ -43,6 +43,10 @@ var css = csjs`
. heading {
. heading {
margin - bottom : 0 ;
margin - bottom : 0 ;
}
}
. explaination {
margin - top : 3 px ;
margin - bottom : 3 px ;
}
input {
input {
margin - right : 5 px ;
margin - right : 5 px ;
cursor : pointer ;
cursor : pointer ;
@ -56,6 +60,9 @@ var css = csjs`
. pluginLoad {
. pluginLoad {
vertical - align : top ;
vertical - align : top ;
}
}
i . warnIt {
color : $ { styles . appProperties . warningText _Color } ;
}
}
}
`
`
module . exports = SettingsTab
module . exports = SettingsTab
@ -89,6 +96,7 @@ function SettingsTab (container, appAPI, appEvents, opts) {
< span class = "${css.checkboxText}" > Enable Optimization < / s p a n >
< span class = "${css.checkboxText}" > Enable Optimization < / s p a n >
< / d i v >
< / d i v >
< h4 class = "${css.heading}" > Themes < / h 4 >
< h4 class = "${css.heading}" > Themes < / h 4 >
< p class = "${css.explaination}" > If you select a new theme , the page will reload < / p >
< div class = "${css.crow}" >
< div class = "${css.crow}" >
< input class = "${css.col1}" name = "theme" id = "themeLight" type = "radio" >
< 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 >
@ -99,7 +107,7 @@ function SettingsTab (container, appAPI, appEvents, opts) {
< / 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 > )
< div > Plugin ( < i title = "Do not use this feature yet" class = "${css.warnIt} 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 >
< / 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 >