blob: a61a6bf5ed6827297fc9ea6d1dde07e35fb0f38e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/**
* @file
* Styling for the Workspaces overview table.
*/
/** @todo Move to Claro theme before Workspaces is marked stable. */
tr.active-workspace {
background-color: #ebeae4;
}
|