Add light grey border on bottom of most events in newIDE

This commit is contained in:
Florian Rival
2017-09-20 00:11:10 +02:00
parent eed3c7ef36
commit e5e46d0a5a
5 changed files with 7 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ const styles = {
container: {
display: 'flex',
flexDirection: 'column',
borderBottom: '1px solid #d3d3d3',
},
instructionsContainer: {
display: 'flex',

View File

@@ -15,6 +15,7 @@ const styles = {
container: {
display: 'flex',
flexDirection: 'column',
borderBottom: '1px solid #d3d3d3',
},
instructionsContainer: {
display: 'flex',

View File

@@ -8,6 +8,7 @@ const gd = global.gd;
const styles = {
container: {
display: 'flex',
borderBottom: '1px solid #d3d3d3',
},
actionsList: {
flex: 1,

View File

@@ -9,6 +9,7 @@ const styles = {
container: {
display: 'flex',
flexDirection: 'column',
borderBottom: '1px solid #d3d3d3',
},
instructionsContainer: {
display: 'flex',

View File

@@ -11,7 +11,7 @@
.gd-events-sheet .rst__moveHandle {
width: 10px;
background: #4ab0e4;
border: none;
border: 1px solid #49AFE4;
box-shadow: none;
border-radius: 0;
}
@@ -125,7 +125,7 @@
.gd-events-sheet .selectable.selected {
background-color: rgba(0,0,0, 0.1);
border: 1px #4ab0e4 solid;
border: 1px #4ab0e4 solid !important;
}
/**
@@ -137,7 +137,7 @@
}
.gd-events-sheet .large-selectable.large-selected {
border: 1px #4ab0e4 solid;
border: 1px #4ab0e4 solid !important;
}
/**