Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
e1f21f31
Commit
e1f21f31
authored
Sep 29, 2017
by
ninabreznik
Committed by
yann300
Oct 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update style guide - RightPanel etc.
parent
c9ba4b5a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
290 additions
and
202 deletions
+290
-202
style-guide.js
src/ui/styles/style-guide.js
+290
-202
No files found.
src/ui/styles/style-guide.js
View file @
e1f21f31
...
@@ -55,7 +55,8 @@ function styleGuide () {
...
@@ -55,7 +55,8 @@ function styleGuide () {
BORDERS
BORDERS
************************** */
************************** */
borders
:
{
borders
:
{
borderRadius
:
'3px'
primary_borderRadius
:
'3px'
,
secondary_borderRadius
:
'5px'
}
}
}
}
...
@@ -74,6 +75,11 @@ function styleGuide () {
...
@@ -74,6 +75,11 @@ function styleGuide () {
secondary_BackgroundColor
:
css_properties
.
colors
.
backgroundBlue
,
secondary_BackgroundColor
:
css_properties
.
colors
.
backgroundBlue
,
dark_BackgroundColor
:
css_properties
.
colors
.
veryLightGrey
,
dark_BackgroundColor
:
css_properties
.
colors
.
veryLightGrey
,
/****************************
/****************************
RESIZING
************************** */
ghostBar
:
css_properties
.
colors
.
lightBlue
,
draggingBar
:
css_properties
.
colors
.
lightBlue
,
/****************************
TEXT COLORS
TEXT COLORS
************************** */
************************** */
mainText_Color
:
css_properties
.
colors
.
black
,
mainText_Color
:
css_properties
.
colors
.
black
,
...
@@ -89,17 +95,17 @@ function styleGuide () {
...
@@ -89,17 +95,17 @@ function styleGuide () {
/****************************
/****************************
MESSAGES
MESSAGES
************************** */
************************** */
//
s
uccess
//
S
uccess
success_TextColor
:
css_properties
.
colors
.
black
,
success_TextColor
:
css_properties
.
colors
.
black
,
success_BackgroundColor
:
css_properties
.
colors
.
lightGreen
,
success_BackgroundColor
:
css_properties
.
colors
.
lightGreen
,
success_BorderColor
:
css_properties
.
colors
.
green
,
success_BorderColor
:
css_properties
.
colors
.
green
,
//
d
anger
//
D
anger
danger_TextColor
:
css_properties
.
colors
.
black
,
danger_TextColor
:
css_properties
.
colors
.
black
,
danger_BackgroundColor
:
css_properties
.
colors
.
lightRed
,
danger_BackgroundColor
:
css_properties
.
colors
.
lightRed
,
danger_BorderColor
:
css_properties
.
colors
.
red
,
danger_BorderColor
:
css_properties
.
colors
.
red
,
//
w
arning
//
W
arning
warning_TextColor
:
css_properties
.
colors
.
black
,
warning_TextColor
:
css_properties
.
colors
.
black
,
warning_BackgroundColor
:
css_properties
.
colors
.
lightOrange
,
warning_BackgroundColor
:
css_properties
.
colors
.
lightOrange
,
warning_BorderColor
:
css_properties
.
colors
.
orange
,
warning_BorderColor
:
css_properties
.
colors
.
orange
,
...
@@ -119,11 +125,11 @@ function styleGuide () {
...
@@ -119,11 +125,11 @@ function styleGuide () {
input_BorderColor
:
css_properties
.
colors
.
veryLightGrey
,
input_BorderColor
:
css_properties
.
colors
.
veryLightGrey
,
/****************************
/****************************
INFO
BOX
SOLID BORDER
BOX
************************** */
************************** */
info
Box_TextColor
:
css_properties
.
colors
.
black
,
solidBorder
Box_TextColor
:
css_properties
.
colors
.
black
,
infoBox_BackgroundColor
:
css_properties
.
colors
.
white
,
solidBorderBox_BackgroundColor
:
css_properties
.
colors
.
violet
,
info
Box_BorderColor
:
css_properties
.
colors
.
veryLightGrey
,
solidBorder
Box_BorderColor
:
css_properties
.
colors
.
veryLightGrey
,
/****************************
/****************************
BUTTONS
BUTTONS
...
@@ -190,6 +196,7 @@ function styleGuide () {
...
@@ -190,6 +196,7 @@ function styleGuide () {
transactPayableButton_BackgroundColor
:
css_properties
.
colors
.
white
,
transactPayableButton_BackgroundColor
:
css_properties
.
colors
.
white
,
transactPayableButton_BorderColor
:
css_properties
.
colors
.
violet
,
transactPayableButton_BorderColor
:
css_properties
.
colors
.
violet
,
// Run Tab (Right panel)
// Run Tab (Right panel)
atAddressButton_TextColor
:
css_properties
.
colors
.
black
,
atAddressButton_TextColor
:
css_properties
.
colors
.
black
,
atAddressButton_BackgroundColor
:
css_properties
.
colors
.
lightGreen
,
atAddressButton_BackgroundColor
:
css_properties
.
colors
.
lightGreen
,
...
@@ -204,8 +211,84 @@ function styleGuide () {
...
@@ -204,8 +211,84 @@ function styleGuide () {
runButton_BackgroundColor
:
css_properties
.
colors
.
veryLightGrey
,
runButton_BackgroundColor
:
css_properties
.
colors
.
veryLightGrey
,
runButton_BorderColor
:
css_properties
.
colors
.
veryLightGrey
,
runButton_BorderColor
:
css_properties
.
colors
.
veryLightGrey
,
// Support Tab (Right panel)
/****************************
UI ELEMENTS
************************** */
uiElements
:
{
solidBorderBox
:
(
opts
=
{})
=>
`
background-color :
${
opts
.
BackgroundColor
}
;
border : 1px solid
${
opts
.
BorderColor
}
;
color :
${
opts
.
Color
}
;
border-radius :
${
css_properties
.
borders
.
primary_borderRadius
}
;
font-size : 12px;
padding : 10px 15px;
line-height : 20px;
overflow : hidden;
word-break : break-word;
width : 100%;
`
,
dottedBorderBox
:
(
opts
=
{})
=>
`
background-color :
${
opts
.
BackgroundColor
}
};
border : .2em dotted
${
opts
.
BorderColor
}
;
color :
${
opts
.
Color
}
;
border-radius :
${
css_properties
.
borders
.
secondary_borderRadius
}
;
line-height : 20px;
padding : 8px 15px;
margin-bottom : 1em;
overflow : hidden;
word-break : break-word;
`
,
inputField
:
(
opts
=
{})
=>
`
border : 1px solid
${
css_properties
.
colors
.
veryLightGrey
}
;
height : 25px;
width : 250px;
border-radius : 3px;
padding : 0 8px;
overflow : hidden;
word-break : normal;
`
,
dropdown
:
(
opts
=
{})
=>
`
background-color :
${
opts
.
BackgroundColor
}
};
border : 1px solid
${
opts
.
BorderColor
}
;
color :
${
opts
.
Color
}
;
font-size : 12px;
font-weight : bold;
padding : 0 8px;
text-decoration : none;
cursor : pointer;
border-radius : 3px;
height : 25px;
width : 250px;
text-align : center;
overflow : hidden;
word-break : normal;
`
,
button
:
(
opts
=
{})
=>
`
margin : 1px;
background-color :
${
css_properties
.
colors
.
veryLightGrey
}
;
border : .3px solid
${
css_properties
.
colors
.
veryLightGrey
}
;
color :
${
css_properties
.
colors
.
black
}
;
display : flex;
align-items : center;
justify-content : center;
border-radius : 3px;
cursor : pointer;
min-height : 25px;
max-height : 25px;
width : 70px;
min-width : 70px;
font-size : 12px;
overflow : hidden;
word-break : normal;
`
}
}
}
/* --------------------------------------------------------------------------
/* --------------------------------------------------------------------------
...
@@ -235,15 +318,15 @@ var remix_properties = {
...
@@ -235,15 +318,15 @@ var remix_properties = {
border
:
app_properties
.
dropdown_BorderColor
,
border
:
app_properties
.
dropdown_BorderColor
,
color
:
app_properties
.
dropdown_TextColor
color
:
app_properties
.
dropdown_TextColor
},
},
text
Box
:
{
solidBorder
Box
:
{
background
:
app_properties
.
info
Box_BackgroundColor
,
background
:
app_properties
.
solidBorder
Box_BackgroundColor
,
border
:
app_properties
.
info
Box_BorderColor
,
border
:
app_properties
.
solidBorder
Box_BorderColor
,
color
:
app_properties
.
info
Box_TextColor
color
:
app_properties
.
solidBorder
Box_TextColor
},
},
infoTextBox
:
{
infoTextBox
:
{
background
:
app_properties
.
info
Box_BackgroundColor
,
background
:
app_properties
.
solidBorder
Box_BackgroundColor
,
border
:
app_properties
.
info
Box_BorderColor
,
border
:
app_properties
.
solidBorder
Box_BorderColor
,
color
:
app_properties
.
info
Box_TextColor
color
:
app_properties
.
solidBorder
Box_TextColor
},
},
inputField
:
{
inputField
:
{
background
:
app_properties
.
input_BackgroundColor
,
background
:
app_properties
.
input_BackgroundColor
,
...
@@ -323,6 +406,11 @@ var remix_properties = {
...
@@ -323,6 +406,11 @@ var remix_properties = {
menu
:
{
menu
:
{
background
:
app_properties
.
secondary_BackgroundColor
,
background
:
app_properties
.
secondary_BackgroundColor
,
color
:
app_properties
.
mainText_Color
,
color
:
app_properties
.
mainText_Color
,
inputField
:
{
background
:
app_properties
.
input_BackgroundColor
,
border
:
app_properties
.
input_BorderColor
,
color
:
app_properties
.
input_TextColor
},
icons
:
{
icons
:
{
color
:
app_properties
.
icon_Color
,
color
:
app_properties
.
icon_Color
,
hover
:
{
hover
:
{
...
@@ -377,203 +465,203 @@ var remix_properties = {
...
@@ -377,203 +465,203 @@ var remix_properties = {
RIGHT PANEL
RIGHT PANEL
************************** */
************************** */
rightPanel
:
{
rightPanel
:
{
background
:
app_properties
.
primary_BackgroundColor
,
color
:
app_properties
.
mainText_Color
,
textBox
:
{
background
:
app_properties
.
infoBox_BackgroundColor
,
border
:
app_properties
.
infoBox_BorderColor
,
color
:
app_properties
.
infoBox_TextColor
},
infoTextBox
:
{
background
:
app_properties
.
infoBox_BackgroundColor
,
border
:
app_properties
.
infoBox_BorderColor
,
color
:
app_properties
.
infoBox_TextColor
},
togglePannel
:
{
color
:
app_properties
.
icon_Color
,
hover
:
{
color
:
app_properties
.
icon_Color
}
},
logo
:
{
url
:
''
},
warningMessage
:
{
background
:
app_properties
.
warning_BackgroundColor
,
border
:
app_properties
.
warning_BorderColor
,
color
:
app_properties
.
warning_TextColor
},
errorMessage
:
{
background
:
app_properties
.
danger_BackgroundColor
,
border
:
app_properties
.
danger_BorderColor
,
color
:
app_properties
.
danger_TextColor
},
successMessage
:
{
background
:
app_properties
.
success_BackgroundColor
,
border
:
app_properties
.
success_BorderColor
,
color
:
app_properties
.
success_TextColor
},
dropdown
:
{
background
:
app_properties
.
dropdown_BackgroundColor
,
border
:
app_properties
.
dropdown_BorderColor
,
color
:
app_properties
.
dropdown_TextColor
},
inputField
:
{
background
:
app_properties
.
input_BackgroundColor
,
border
:
app_properties
.
input_BorderColor
,
color
:
app_properties
.
input_TextColor
},
backgroundColor_Panel
:
app_properties
.
primary_BackgroundColor
,
backgroundColor_Tab
:
app_properties
.
secondary_BackgroundColor
,
text_Primary
:
app_properties
.
mainText_Color
,
text_Secondary
:
app_properties
.
supportText_Color
,
bar_Ghost
:
app_properties
.
ghostBar
,
bar_Dragging
:
app_properties
.
draggingBar
,
icon_Color_TogglePanel
:
app_properties
.
icon_Color
,
icon_HoverColor_TogglePanel
:
app_properties
.
icon_HoverColor
,
/* ::::::::::::::
COMPILE TAB
::::::::::::::: */
compileTab
:
{
compileTab
:
{
compileButton
:
{
background
:
app_properties
.
primaryButton_BackgroundColor
,
button_Compile_BackgroundColor
:
app_properties
.
primaryButton_BackgroundColor
,
border
:
app_properties
.
primaryButton_BorderColor
,
button_Compile_BorderColor
:
app_properties
.
primaryButton_BorderColor
,
color
:
app_properties
.
primaryButton_TextColor
,
button_Compile_Color
:
app_properties
.
primaryButton_TextColor
,
},
detailsButton
:
{
button_Details_BackgroundColor
:
app_properties
.
secondaryButton_BackgroundColor
,
background
:
app_properties
.
secondaryButton_BackgroundColor
,
button_Details_BorderColor
:
app_properties
.
secondaryButton_BorderColor
,
border
:
app_properties
.
secondaryButton_BorderColor
,
button_Details_Color
:
app_properties
.
secondaryButton_TextColor
,
color
:
app_properties
.
secondaryButton_TextColor
,
},
button_Publish_BackgroundColor
:
app_properties
.
secondaryButton_BackgroundColor
,
PublishButton
:
{
button_Publish_BorderColor
:
app_properties
.
secondaryButton_BorderColor
,
background
:
app_properties
.
secondaryButton_BackgroundColor
,
button_Publish_Color
:
app_properties
.
secondaryButton_TextColor
,
border
:
app_properties
.
secondaryButton_BorderColor
,
color
:
app_properties
.
secondaryButton_TextColor
,
compileContract_Dropdown
:
app_properties
.
uiElements
.
dropdown
({
},
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
detailsModalDialog
:
{
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
background
:
app_properties
.
primary_BackgroundColor
,
Color
:
app_properties
.
solidBorderBox_TextColor
header
:
{
}),
background
:
app_properties
.
secondary_BackgroundColor
,
color
:
app_properties
.
mainText_Color
,
compileContainerBox
:
app_properties
.
uiElements
.
solidBorderBox
({
},
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
infoTextBox
:
{
// already in rightPanel general theme
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
background
:
app_properties
.
element_BackgroundColor
,
Color
:
app_properties
.
solidBorderBox_TextColor
border
:
app_properties
.
element_BorderColor
,
}),
color
:
app_properties
.
element_TextColor
,
copyToClipboard
:
{
modalDialog_Details_BackgroundColor_Primary
:
app_properties
.
primary_BackgroundColor
,
color
:
app_properties
.
icon_Color
,
modalDialog_Details_Header_BackgroundColor
:
app_properties
.
secondary_BackgroundColor
,
hover
:
{
modalDialog_Details_Header_Color
:
app_properties
.
mainText_Color
,
color
:
app_properties
.
icon_Color
modalDialog_Details_BoxDottedBorder_BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
}
modalDialog_Details_BoxDottedBorder_BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
},
modalDialog_Details_BoxDottedBorder_Color
:
app_properties
.
solidBorderBox_TextColor
,
icons
:
{
modalDialog_Details_CopyToClipboard_Icon_Color
:
app_properties
.
icon_Color
,
color
:
app_properties
.
icon_Color
,
modalDialog_Details_CopyToClipboard_Icon_HoverColor
:
app_properties
.
icon_HoverColor
,
hover
:
{
color
:
app_properties
.
icon_Color
message_Warning_BackgroundColor
:
app_properties
.
warning_BackgroundColor
,
}
message_Warning_BorderColor
:
app_properties
.
warning_BorderColor
,
},
message_Warning_Color
:
app_properties
.
warning_TextColor
,
title
:
{
color
:
app_properties
.
mainText_Color
message_Error_BackgroundColor
:
app_properties
.
danger_BackgroundColor
,
}
message_Error_BorderColor
:
app_properties
.
danger_BorderColor
,
}
message_Error_Color
:
app_properties
.
danger_TextColor
,
}
message_Success_BackgroundColor
:
app_properties
.
success_BackgroundColor
,
message_Success_BorderColor
:
app_properties
.
success_BorderColor
,
message_Success_Color
:
app_properties
.
success_TextColor
,
},
},
/* ::::::::::::::
RUN TAB
::::::::::::::: */
runTab
:
{
runTab
:
{
atAddressButton
:
{
background
:
app_properties
.
atAddressButton_BackgroundColor
,
instanceBox
:
app_properties
.
uiElements
.
solidBorderBox
({
border
:
app_properties
.
atAddressButton_BorderColor
,
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
color
:
app_properties
.
atAddressButton_TextColor
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
},
Color
:
app_properties
.
solidBorderBox_TextColor
createButton
:
{
}),
background
:
app_properties
.
createButton_BackgroundColor
,
border
:
app_properties
.
createButton_BorderColor
,
runTab_Dropdown
:
app_properties
.
uiElements
.
dropdown
({
color
:
app_properties
.
createButton_TextColor
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
},
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
instanceButtons
:
{
Color
:
app_properties
.
solidBorderBox_TextColor
callButton
:
{
}),
background
:
app_properties
.
callButton_BackgroundColor
,
border
:
app_properties
.
callButton_BorderColor
,
inputField_BackgroundColor
:
app_properties
.
input_BackgroundColor
,
color
:
app_properties
.
callButton_TextColor
inputField_BorderColor
:
app_properties
.
input_BorderColor
,
},
inputField_Color
:
app_properties
.
input_TextColor
,
transactButton
:
{
background
:
app_properties
.
transactButton_BackgroundColor
,
atAddressButton_BackgroundColor
:
app_properties
.
atAddressButton_BackgroundColor
,
border
:
app_properties
.
transactButton_BorderColor
,
atAddressButton_BorderColor
:
app_properties
.
atAddressButton_BorderColor
,
color
:
app_properties
.
transactButton_TextColor
atAddressButton_Color
:
app_properties
.
atAddressButton_TextColor
,
},
transactPayableButton
:
{
createButton_BackgroundColor
:
app_properties
.
createButton_BackgroundColor
,
background
:
app_properties
.
transactPayableButton_BackgroundColor
,
createButton_BorderColor
:
app_properties
.
createButton_BorderColor
,
border
:
app_properties
.
transactPayableButton_BorderColor
,
createButton_Color
:
app_properties
.
createButton_TextColor
,
color
:
app_properties
.
transactPayableButton_TextColor
}
instanceButtons_Call_BackgroundColor
:
app_properties
.
callButton_BackgroundColor
,
},
instanceButtons_Call_BorderColor
:
app_properties
.
callButton_BorderColor
,
copyToClipboard
:
{
instanceButtons_Call_Color
:
app_properties
.
callButton_TextColor
,
color
:
app_properties
.
icon_Color
,
hover
:
{
instanceButtons_Transact_BackgroundColor
:
app_properties
.
transactButton_BackgroundColor
,
color
:
app_properties
.
icon_Color
instanceButtons_Transact_BorderColor
:
app_properties
.
transactButton_BorderColor
,
}
instanceButtons_Transact_Color
:
app_properties
.
transactButton_TextColor
,
}
instanceButtons_transactPayable_BackgroundColor
:
app_properties
.
transactPayableButton_BackgroundColor
,
instanceButtons_transactPayable_BorderColor
:
app_properties
.
transactPayableButton_BorderColor
,
instanceButtons_transactPayable_Color
:
app_properties
.
transactPayableButton_TextColor
,
instance_copyToClipboard_Icon_Color
:
app_properties
.
icon_Color
,
instance_copyToClipboard_Icon__HoverColor
:
app_properties
.
icon_HoverColor
,
},
},
/* ::::::::::::::
SETTINGS TAB
::::::::::::::: */
settingsTab
:
{
settingsTab
:
{
infoTextBox
:
{
background
:
app_properties
.
infoBox_BackgroundColor
,
solidityVersionInfoBox
:
app_properties
.
uiElements
.
dottedBorderBox
({
border
:
app_properties
.
infoBox_BorderColor
,
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
color
:
app_properties
.
infoBox_TextColor
,
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
}
Color
:
app_properties
.
solidBorderBox_TextColor
}),
selectCompiler_Dropdown
:
app_properties
.
uiElements
.
dropdown
({
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
Color
:
app_properties
.
solidBorderBox_TextColor
}),
},
},
/* ::::::::::::::
DEBUGGER TAB
::::::::::::::: */
debuggerTab
:
{
debuggerTab
:
{
buttons
:
{
debuggerButton_TextColor
:
app_properties
.
secondaryButton_TextColor
,
button_Debugger_BackgroundColor
:
app_properties
.
secondaryButton_BackgroundColor
,
debuggerButton_BackgroundColor
:
app_properties
.
secondaryButton_BackgroundColor
,
button_Debugger_BorderColor
:
app_properties
.
secondaryButton_BorderColor
,
debuggerButton_BorderColor
:
app_properties
.
secondaryButton_BorderColor
,
button_Debugger_Color
:
app_properties
.
secondaryButton_TextColor
,
icons
:
{
color
:
app_properties
.
icon_Color
,
button_Debugger_icon_Color
:
app_properties
.
icon_Color
,
hover
:
{
button_Debugger_icon_HoverColor
:
app_properties
.
icon_HoverColor
,
color
:
app_properties
.
icon_Color
}
debuggerDropdown
:
app_properties
.
uiElements
.
dropdown
({
}
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
},
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
dropdowns
:
{
Color
:
app_properties
.
solidBorderBox_TextColor
background
:
app_properties
.
dropdown_BackgroundColor
,
}),
border
:
app_properties
.
dropdown_BorderColor
,
color
:
app_properties
.
dropdown_TextColor
,
inputField_BackgroundColor
:
app_properties
.
input_BackgroundColor
,
instructions
:
{
inputField_BorderColor
:
app_properties
.
input_BorderColor
,
highlightedKey
:
{
inputField_Color
:
app_properties
.
input_TextColor
,
background
:
app_properties
.
secondary_BackgroundColor
}
debuggerDropdowns_Instructions_Highlight_BackgroundColor
:
app_properties
.
secondary_BackgroundColor
},
solidityState
:
{
label
:
{
color
:
app_properties
.
supportText_Color
}
}
}
},
},
/* ::::::::::::::
ANALYSIS TAB
::::::::::::::: */
analysisTab
:
{
analysisTab
:
{
buttons
:
{
runButton_TextColor
:
app_properties
.
primaryButton_Text
Color
,
button_Run_BackgroundColor
:
app_properties
.
primaryButton_Background
Color
,
runButton_BackgroundColor
:
app_properties
.
primaryButton_Background
Color
,
button_Run_BorderColor
:
app_properties
.
primaryButton_Border
Color
,
runButton_BorderColor
:
app_properties
.
primaryButton_BorderColor
button_Run_Color
:
app_properties
.
primaryButton_TextColor
,
},
textBox
:
{
// already in rightPanel general theme
analysisContainerBox
:
app_properties
.
uiElements
.
solidBorderBox
({
background
:
app_properties
.
info
Box_BackgroundColor
,
BackgroundColor
:
app_properties
.
solidBorder
Box_BackgroundColor
,
border
:
app_properties
.
info
Box_BorderColor
,
BorderColor
:
app_properties
.
solidBorder
Box_BorderColor
,
color
:
app_properties
.
infoBox_TextColor
Color
:
app_properties
.
solidBorderBox_TextColor
,
},
}
)
,
warningMessage
:
{
// already in rightPanel general theme
background
:
app_properties
.
warning_BackgroundColor
,
message_Warning_BackgroundColor
:
app_properties
.
warning_BackgroundColor
,
borde
r
:
app_properties
.
warning_BorderColor
,
message_Warning_BorderColo
r
:
app_properties
.
warning_BorderColor
,
c
olor
:
app_properties
.
warning_TextColor
message_Warning_C
olor
:
app_properties
.
warning_TextColor
}
},
},
/* ::::::::::::::
SUPPORT TAB
::::::::::::::: */
supportTab
:
{
supportTab
:
{
textBox
:
{
// already in rightPanel general theme
background
:
app_properties
.
infoBox_BackgroundColor
,
iframeContainerBox
:
app_properties
.
uiElements
.
solidBorderBox
({
border
:
app_properties
.
infoBox_BorderColor
,
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
color
:
app_properties
.
infoBox_TextColor
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
},
Color
:
app_properties
.
solidBorderBox_TextColor
infoTextBox
:
{
// already in rightPanel general theme
}),
background
:
app_properties
.
infoBox_BackgroundColor
,
border
:
app_properties
.
infoBox_BorderColor
,
supportInfoBox
:
app_properties
.
uiElements
.
dottedBorderBox
({
color
:
app_properties
.
infoBox_TextColor
BackgroundColor
:
app_properties
.
solidBorderBox_BackgroundColor
,
}
BorderColor
:
app_properties
.
solidBorderBox_BorderColor
,
}
Color
:
app_properties
.
solidBorderBox_TextColor
})
}
}
}
}
}
...
@@ -646,12 +734,7 @@ var elementColors = {
...
@@ -646,12 +734,7 @@ var elementColors = {
text-align : center;
text-align : center;
overflow : hidden;
overflow : hidden;
word-break : normal;
word-break : normal;
`
`
,
}
/* --------------------------------------------------------------------------
BUTTONS
-------------------------------------------------------------------------- */
var
buttons
=
{
'button'
:
`
'button'
:
`
margin : 1px;
margin : 1px;
...
@@ -675,14 +758,19 @@ var elementColors = {
...
@@ -675,14 +758,19 @@ var elementColors = {
'button:hover'
:
`
'button:hover'
:
`
opacity : 0.8;
opacity : 0.8;
`
`
}
}
return
{
return
{
colors
:
css_properties
.
colors
,
colors
:
css_properties
.
colors
,
leftPanel
:
remix_properties
.
leftPanel
,
editor
:
remix_properties
.
editor
,
terminal
:
remix_properties
.
terminal
,
rightPanel
:
remix_properties
.
rightPanel
,
elementColors
:
elementColors
,
elementColors
:
elementColors
,
dropdown
:
uiElements
[
'dropdown'
],
dropdown
:
uiElements
[
'dropdown'
],
button
:
button
s
[
'button'
],
button
:
uiElement
s
[
'button'
],
inputField
:
uiElements
[
'input'
],
inputField
:
uiElements
[
'input'
],
infoTextBox
:
uiElements
[
'info-text-box'
],
infoTextBox
:
uiElements
[
'info-text-box'
],
displayBox
:
uiElements
[
'display-box'
]
displayBox
:
uiElements
[
'display-box'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment