visually separate the filter options and trace table

This commit is contained in:
chris (daiyi) 2017-09-05 14:38:22 +02:00 committed by Daniel Compton
parent 01f883ca4d
commit 3b380afe9b
2 changed files with 9 additions and 1 deletions

View File

@ -259,11 +259,16 @@
#--re-frame-trace-- .nav {
background: #efeef1;
color: #222222;
}
#--re-frame-trace-- .panel-content-scrollable {
margin: 0 10px;
flex: 1 1 auto;
height: 100%;
overflow: auto;
padding-top: 10px;
-webkit-box-shadow: inset -1px 18px 13px -22px rgba(0, 0, 0, 0.7);
-moz-box-shadow: inset -1px 18px 13px -22px rgba(0, 0, 0, 0.7);
box-shadow: inset -1px 18px 13px -22px rgba(0, 0, 0, 0.7);
}
#--re-frame-trace-- .tab-contents {
display: flex;

View File

@ -320,6 +320,10 @@
flex: 1 1 auto;
height: 100%;
overflow: auto;
padding-top: 10px;
-webkit-box-shadow: inset -1px 18px 13px -22px rgba(0,0,0,0.7);
-moz-box-shadow: inset -1px 18px 13px -22px rgba(0,0,0,0.7);
box-shadow: inset -1px 18px 13px -22px rgba(0,0,0,0.7);
}
.tab-contents {
display: flex;
@ -333,4 +337,3 @@
cursor: pointer;
}
}