Skip to content

Commit

Permalink
Release v0.3.14 - selectable actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauris committed Dec 7, 2015
1 parent 73f71bd commit fa3ebfe
Show file tree
Hide file tree
Showing 8 changed files with 217 additions and 32 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "sensei-grid",
"version": "0.3.13",
"version": "0.3.14",
"homepage": "https://github.com/datazenit/sensei-grid",
"authors": [
"Lauris <lauris@discuss.lv>"
Expand Down
12 changes: 11 additions & 1 deletion dist/sensei-grid.css
@@ -1,5 +1,5 @@
/**
* sensei-grid v0.3.13
* sensei-grid v0.3.14
* Copyright (c) 2015 Lauris Dzilums <lauris@discuss.lv>
* Licensed under MIT
*/
Expand Down Expand Up @@ -130,3 +130,13 @@
width:1%;
white-space:nowrap;
}

/* selectable styles */
.sensei-grid th.selectable input,
.sensei-grid td.selectable input {
margin-left: 2px;
}
.sensei-grid .selectedRow,
.sensei-grid .activeRow.selectedRow {
background-color: #FFFFE0;
}

0 comments on commit fa3ebfe

Please sign in to comment.