Skip to content

Commit 400e1d3

Browse files
committed
Add styles for dropzone element
1 parent b65945c commit 400e1d3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

dist/angular-ui-tree.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.angular-ui-tree {
22
}
33

4-
.angular-ui-tree-empty {
4+
.angular-ui-tree-empty, .angular-ui-tree-dropzone {
55
border: 1px dashed #bbb;
66
min-height: 100px;
77
background-color: #e5e5e5;
@@ -10,6 +10,9 @@
1010
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
1111
background-size: 60px 60px;
1212
background-position: 0 0, 30px 30px;
13+
}
14+
15+
.angular-ui-tree-empty {
1316
pointer-events: none;
1417
}
1518

dist/angular-ui-tree.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/angular-ui-tree.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.angular-ui-tree {
22
}
33

4-
.angular-ui-tree-empty {
4+
.angular-ui-tree-empty, .angular-ui-tree-dropzone {
55
border: 1px dashed #bbb;
66
min-height: 100px;
77
background-color: #e5e5e5;
@@ -10,6 +10,9 @@
1010
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
1111
background-size: 60px 60px;
1212
background-position: 0 0, 30px 30px;
13+
}
14+
15+
.angular-ui-tree-empty {
1316
pointer-events: none;
1417
}
1518

0 commit comments

Comments
 (0)