Skip to content

Commit

Permalink
Add styles (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottx611x committed Aug 9, 2017
1 parent e0aef95 commit 4adcb06
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions refinery/ui/source/styles/file-browser.less
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,11 @@

#table-filter {
height: 81vh;
max-height: 81vh;
margin: 0 0 0 10px;
padding: 0;
border: 1px solid #d4d4d4;
overflow: auto;
h3 {
font-weight: bold;
}
Expand Down Expand Up @@ -340,10 +342,15 @@
padding-top: 0;
padding-bottom: 0;
max-height: 8em;
overflow: scroll;
&:hover {
max-height: inherit;
}
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
overflow: auto;
}
.panel-body:hover {
max-height: 300px;
}

}
Expand Down

0 comments on commit 4adcb06

Please sign in to comment.