Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubarsaiyan committed Jun 28, 2019
1 parent 93756bf commit 78c4003
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions app/webdav/client/webdavFilePicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@
}

.current-folder-path {
display: flex;
flex-direction: row;

height: 25px;
display: flex;
flex-direction: row;


.webdav_parent_folder {
padding: 0 5px;

cursor: pointer;
background-color: #e0e0e0;

border-radius: 5px;
padding: 0 5px;
background-color: #e0e0e0;
}
}

Expand Down

0 comments on commit 78c4003

Please sign in to comment.