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
03ac24aa
Commit
03ac24aa
authored
Aug 09, 2017
by
yann300
Committed by
GitHub
Aug 09, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #672 from ethereum/sol-notifications
Update sol.success in css
parents
f32c2491
9ed1906b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
browser-solidity.css
assets/css/browser-solidity.css
+2
-2
style-guide.js
src/style-guide.js
+2
-1
No files found.
assets/css/browser-solidity.css
View file @
03ac24aa
...
@@ -307,8 +307,8 @@
...
@@ -307,8 +307,8 @@
}
}
.sol.success
{
.sol.success
{
background-color
:
hsla
(
59
,
56%
,
78%
,
0.5
);
background-color
:
hsla
(
141
,
58%
,
95%
,
1
);
border
:
.2em
dotted
green
;
border
:
.2em
dotted
hsla
(
141
,
40%
,
48%
,
1
)
;
}
}
#ghostbar
{
#ghostbar
{
...
...
src/style-guide.js
View file @
03ac24aa
...
@@ -17,7 +17,8 @@ function styleGuide () {
...
@@ -17,7 +17,8 @@ function styleGuide () {
lightGrey
:
'#dddddd'
,
lightGrey
:
'#dddddd'
,
red
:
'#FF8080'
,
red
:
'#FF8080'
,
lightRed
:
'#FFB9B9'
,
lightRed
:
'#FFB9B9'
,
green
:
'#B1EAC5'
,
green
:
'hsla(141, 58%, 81%, 1)'
,
lightGreen
:
'hsla(141, 58%, 95%, 1)'
,
violet
:
'#C6CFF7'
,
violet
:
'#C6CFF7'
,
pink
:
'#EC96EC'
,
pink
:
'#EC96EC'
,
yellow
:
'#ffbd01'
,
yellow
:
'#ffbd01'
,
...
...
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