Project

General

Profile

« Previous | Next » 

Revision 60314

[Monitor Dashboard | Trunk]: Move css of admint tools pages to dashboard theme

View differences:

card.css
22 22
.uk-card .uk-button.action {
23 23
  color: var(--muted-color);
24 24
}
25

  
26
.uk-card-header {
27
  background-color: #F2F2F2;
28
  box-shadow: 0 3px 6px #00000029;
29
  padding: 10px 20px;
30
  font-family: "Roboto", sans-serif;
31
  z-index: 1;
32
  position: relative;
33
}
34

  
35
.uk-card-header th {
36
  color: #7A7A7A;
37
  font-weight: bold;
38
}
39

  
40
.uk-card .title {
41
  color: rgb(var(--text-color-rgb), 0.5) !important;
42
}

Also available in: Unified diff