-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v0.3.14 - selectable actions.
- Loading branch information
Showing
8 changed files
with
217 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sensei-grid", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"homepage": "https://github.com/datazenit/sensei-grid", | ||
"authors": [ | ||
"Lauris <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* sensei-grid v0.3.13 | ||
* sensei-grid v0.3.14 | ||
* Copyright (c) 2015 Lauris Dzilums <[email protected]> | ||
* Licensed under MIT | ||
*/ | ||
|
@@ -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; | ||
} |
Oops, something went wrong.