Skip to content

Commit 107a0f9

Browse files
committed
Add cursor:pointer to filter dropdowns
1 parent 1258762 commit 107a0f9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Griddly/Content/griddly.css

+8-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@
124124

125125
.filter-content .dropdown-menu
126126
{
127-
display:block;border:none;box-shadow:none;position:relative;margin:0;
127+
display:block;
128+
border:none;
129+
box-shadow:none;
130+
position:relative;
131+
margin:0;
128132
width: 100%;
129133
max-height:400px;
130134
overflow-y:auto;
@@ -133,7 +137,9 @@
133137

134138
.filter-content .dropdown-menu li a
135139
{
136-
padding: 3px 6px; white-space: normal
140+
padding: 3px 6px;
141+
white-space: normal;
142+
cursor: pointer
137143
}
138144

139145
.filter-content .dropdown-menu li.griddly-list-group-header

0 commit comments

Comments
 (0)