12 lines
255 B
CSS
12 lines
255 B
CSS
tr.odd.breakpoints-status-disabled {
|
|
background: none repeat scroll 0 0 #ee7777;
|
|
}
|
|
tr.even.breakpoints-status-disabled {
|
|
background: none repeat scroll 0 0 #ff9999;
|
|
}
|
|
|
|
a.breakpoints-group-operations-link {
|
|
margin-bottom: 1em;
|
|
margin-right: 1em;
|
|
}
|