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
dca41000
Commit
dca41000
authored
Jan 04, 2019
by
dvdptr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui): Customize the border styles
My commit message body Ref: #1198
parent
bb4558a4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
righthand-panel.js
src/app/panels/righthand-panel.js
+2
-1
file-panel-styles.js
src/app/panels/styles/file-panel-styles.js
+1
-1
terminal-styles.js
src/app/panels/styles/terminal-styles.js
+1
-1
styleGuideDavid.js
src/app/ui/styles-guide/styleGuideDavid.js
+1
-2
No files found.
src/app/panels/righthand-panel.js
View file @
dca41000
...
...
@@ -141,10 +141,11 @@ const css = csjs`
}
.dragbar {
position : absolute;
width :
0.5em
;
width :
2px
;
top : 3em;
bottom : 0;
cursor : col-resize;
background-color : hsla(0, 0%, 40%, .2);
z-index : 999;
border-left : 2px solid
${
styles
.
rightPanel
.
bar_Dragging
}
;
}
...
...
src/app/panels/styles/file-panel-styles.js
View file @
dca41000
...
...
@@ -82,7 +82,7 @@ var css = csjs`
bottom : 0;
cursor : col-resize;
z-index : 999;
border-right : 2px solid hsla(
215, 81%, 79%, .3
);
border-right : 2px solid hsla(
0, 0%, 40%, .2
);
}
.ghostbar {
width : 3px;
...
...
src/app/panels/styles/terminal-styles.js
View file @
dca41000
...
...
@@ -78,7 +78,7 @@ var css = csjs`
line-height : 2ch;
padding : 1ch;
margin-top : 2ch;
border-top :
0.07ch
solid
${
styles
.
colors
.
veryLightGrey
}
;
border-top :
2px
solid
${
styles
.
colors
.
veryLightGrey
}
;
color :
${
styles
.
appProperties
.
mainText_Color
}
;
}
.cli {
...
...
src/app/ui/styles-guide/styleGuideDavid.js
View file @
dca41000
...
...
@@ -23,7 +23,6 @@ function styleGuideDavid () {
blue
:
'hsla(229, 75%, 87%, 1)'
,
lightBlue
:
'hsla(229, 75%, 87%, .5)'
,
backgroundBlue
:
'hsla(229, 100%, 97%, 1)'
,
blueLightTrans
:
'hsla(202, 91%, 75%, .4)'
,
brightBlue
:
'hsla(233, 91%, 58%, 1)'
,
azure
:
'#dbe9f4'
,
// GREY
...
...
@@ -94,7 +93,7 @@ function styleGuideDavid () {
/* ------------------------------------------------------
RESIZING
******************************************************** */
ghostBar
:
cssProperties
.
colors
.
blueLightTrans
,
ghostBar
:
cssProperties
.
colors
.
veryLightGrey
,
draggingBar
:
cssProperties
.
colors
.
blueGreyEve
,
/* ------------------------------------------------------
...
...
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