mirror of
https://github.com/Febbweiss/filebrowser-durandal-widget.git
synced 2026-03-04 22:25:43 +00:00
add context menu management
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
@import "../lib/lesshat/build/lesshat.less";
|
||||
|
||||
.filebrowser {
|
||||
#filebrowser {
|
||||
max-height: 500px;
|
||||
|
||||
|
||||
position: relative;
|
||||
|
||||
@@ -10,8 +9,6 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
//http://codepen.io/joshnh/pen/Hkqxu
|
||||
//http://codepen.io/tevko/pen/DdsnK
|
||||
.folder {
|
||||
|
||||
& > label {
|
||||
@@ -50,9 +47,10 @@ ul {
|
||||
};
|
||||
|
||||
#fileBrowserContextMenu {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.validationMessage {
|
||||
color: red;
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.validationMessage {
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user