Skip to content

Commit 41f58f9

Browse files
committed
Grid: Fix navigator style and improve styles of inline inputs
1 parent 2d0807d commit 41f58f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grid-editing/grid.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
});
113113
</script>
114114
<style>
115-
.navigator-active { background: rgba(0,0,255,0.1); }
115+
.ui-grid tr .navigator-active { background: rgba(0,0,255,0.1); }
116+
.ui-grid input { border: none; margin: 0; }
116117
.ui-autocomplete { width: 200px; max-height: 200px; overflow: auto; }
117118
thead td { text-align: center; }
118119
#pageDevelopers { text-align: center; }

0 commit comments

Comments
 (0)