Code Review
/
ccsdk
/
apps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
67bd45792d983409e33f04b9b835859e837efa5a
[ccsdk/apps.git]
/
1
#security table > thead > tr > th {
2
background: #ddd
3
}
4
5
#security table > tbody > tr > td {
6
background: #ddd
7
}
8
9
#security table > tbody > tr:nth-child(odd) > td {
10
background: #eee
11
}