Reduce clutter in action tables
This commit is contained in:
parent
8933c6a372
commit
88e2a058f6
3 changed files with 30 additions and 10 deletions
|
@ -235,8 +235,18 @@ table.actions {
|
|||
border-collapse: collapse;
|
||||
width:100%;
|
||||
|
||||
tr:hover {
|
||||
background: $Grey-300;
|
||||
tr{
|
||||
&.green{
|
||||
background: $LightGreen-A100;
|
||||
}
|
||||
|
||||
&.red{
|
||||
background: $Red-A100;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: $Grey-300;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue