-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathappstream.css
More file actions
41 lines (40 loc) · 1.27 KB
/
appstream.css
File metadata and controls
41 lines (40 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*
* Copyright (c) 2015 SugarCRM Inc. Licensed by SugarCRM under the Apache 2.0 license.
*/
.appstream [data-view="table"] .label {
display: block; }
.appstream [data-view="table"] table tr:nth-child(odd) {
background-color: white; }
.appstream [data-view="table"] table tr.activities-date {
background-color: rgba(0, 0, 0, 0.05) !important;
font-weight: bold; }
.appstream [data-view="table"] .td-label {
width: 100px; }
.appstream [data-view="table"] .td-time {
width: 50px;
color: rgba(0, 0, 0, 0.3); }
.appstream [data-view="table"] .td-has-time {
color: black; }
.appstream [data-view="table"] .td-text {
width: auto;
max-width: 450px;
white-space: inherit; }
.appstream [data-view="table"] .td-args {
width: 70px; }
.appstream .label-activity-layout {
background-color: #1f77b4 !important; }
.appstream .label-activity-view {
background-color: #aec7e8 !important; }
.appstream .label-activity-field {
background-color: #ffbb78 !important; }
.appstream .label-controller {
background-color: #3de2ff !important; }
.appstream .activity-layout {
padding-left: 1em; }
.appstream .activity-view {
padding-left: 2em; }
.appstream .activity-field {
padding-left: 3em; }
.appstream .filters-panel {
clear: both; }
/*# sourceMappingURL=appstream.css.map */