File: dataTables.keyTable.scss

package info (click to toggle)
ruby-jquery-datatables-rails 3.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,288 kB
  • ctags: 391
  • sloc: ruby: 86; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7


table.KeyTable th.focus,
table.KeyTable td.focus {
	outline: 3px solid #3366FF;
	outline-offset: -3px;
}