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
04aab0cd
Unverified
Commit
04aab0cd
authored
Dec 13, 2017
by
yann300
Committed by
GitHub
Dec 13, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #940 from ethereum/metropolis_theme
Metropolis theme
parents
1a38fbfb
94eab123
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
18 deletions
+4
-18
editor.js
src/app/editor/editor.js
+2
-0
terminal.js
src/app/panels/terminal.js
+0
-1
universal-dapp.js
src/universal-dapp.js
+2
-17
No files found.
src/app/editor/editor.js
View file @
04aab0cd
...
@@ -5,6 +5,8 @@ var yo = require('yo-yo')
...
@@ -5,6 +5,8 @@ var yo = require('yo-yo')
var
csjs
=
require
(
'csjs-inject'
)
var
csjs
=
require
(
'csjs-inject'
)
var
ace
=
require
(
'brace'
)
var
ace
=
require
(
'brace'
)
require
(
'brace/theme/tomorrow_night_blue'
)
var
Range
=
ace
.
acequire
(
'ace/range'
).
Range
var
Range
=
ace
.
acequire
(
'ace/range'
).
Range
require
(
'brace/ext/language_tools'
)
require
(
'brace/ext/language_tools'
)
require
(
'brace/ext/searchbox'
)
require
(
'brace/ext/searchbox'
)
...
...
src/app/panels/terminal.js
View file @
04aab0cd
...
@@ -91,7 +91,6 @@ var css = csjs`
...
@@ -91,7 +91,6 @@ var css = csjs`
}
}
.terminal {
.terminal {
position: relative;
position: relative;
position: relative;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
height: 100%;
height: 100%;
...
...
src/universal-dapp.js
View file @
04aab0cd
...
@@ -100,22 +100,6 @@ var css = csjs`
...
@@ -100,22 +100,6 @@ var css = csjs`
width: 75%;
width: 75%;
padding: .36em;
padding: .36em;
}
}
// .call {
// background-color:
${
styles
.
colors
.
lightRed
}
;
// border-color:
${
styles
.
colors
.
lightRed
}
;
// }
// .constant .call {
// background-color:
${
styles
.
colors
.
lightBlue
}
;
// border-color:
${
styles
.
colors
.
lightBlue
}
;
// width: 25%;
// outline: none;
// }
// .payable .call {
// background-color:
${
styles
.
colors
.
red
}
;
// border-color:
${
styles
.
colors
.
red
}
;
// width: 25%;
// }
.contractProperty button {
.contractProperty button {
${
styles
.
rightPanel
.
runTab
.
button_Create
}
${
styles
.
rightPanel
.
runTab
.
button_Create
}
min-width: 100px;
min-width: 100px;
...
@@ -146,7 +130,8 @@ var css = csjs`
...
@@ -146,7 +130,8 @@ var css = csjs`
box-sizing: border-box;
box-sizing: border-box;
float: left;
float: left;
align-self: center;
align-self: center;
color:
${
styles
.
colors
.
white
}
;
color:
${
styles
.
appProperties
.
mainText_Color
}
;
margin-left: 4px;
}
}
.hasArgs input {
.hasArgs input {
display: block;
display: block;
...
...
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