Skip to content

Commit 232b783

Browse files
Portugal, MarceloPortugal, Marcelo
Portugal, Marcelo
authored and
Portugal, Marcelo
committed
gh-pages v4.0.3
1 parent 85f6782 commit 232b783

File tree

244 files changed

+72595
-3271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+72595
-3271
lines changed

customizer/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h1 class="text-center">Grid Customizer</h2>
140140
{{ css }}
141141
</style>
142142

143-
<div class="grid" ui-grid="gridOptions"></div>
143+
<div class="grid" ui-grid="gridOptions" ui-grid-cellNav ui-grid-selection></div>
144144
</div>
145145
</div>
146146
<div class="col-xs-6 col-md-8">

customizer/themes/paper.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"variables": {
3+
"@borderColor": "#ddd",
4+
"@headerBackgroundColor": "#fff",
5+
"@headerGradientStart": "#fff",
6+
"@headerGradientStop": "#fff",
7+
"@headerVerticalBarColor": "#fff",
8+
"@rowColorEven": "#f9f9f9",
9+
"@rowColorOdd": "#fff",
10+
"@rowSelected": "#f5f5f5",
11+
"@selectedColor": "#eee"
12+
},
13+
"customLess": ".ui-grid { color: #333; }\n\n.ui-grid-header { border-bottom-width: 2px; }\n\n.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {border:none;}\n\n.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}\n\n.ui-grid-menu .ui-grid-menu-inner ul li button:hover, .ui-grid-menu .ui-grid-menu-inner ul li button:focus {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;background-color: #ddd;}"
14+
}

customizer/themes/themes.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
22
"autumn",
3+
"paper",
34
"sky"
4-
]
5+
]

0 commit comments

Comments
 (0)