blob: 0ac4d0deb5ef7b8dacc5b8558a4709a40d457ff8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/**
* @file
* Styling for the Workspaces overview table.
*/
/** @todo Move to Claro theme before Workspaces is marked stable. */
tr.active-workspace {
background-color: #ebeae4;
}
|