Project

General

Profile

« Previous | Next » 

Revision 60279

[Monitor Dashboard | Trunk]: Change sidebar and tabs-pills opacity from 0.5 to 0.8

View differences:

tabs-pills.css
7 7

  
8 8
.uk-subnav-pill > * > a, .uk-subnav-pill > * > span > a {
9 9
  color: currentColor !important;
10
  opacity: 0.5;
10
  opacity: 0.8;
11 11
  border-radius: 40px !important;
12 12
  border: 1px solid currentColor !important;
13 13
  padding: 6px 18px !important;
......
40 40
}
41 41

  
42 42
.uk-tab > li > a {
43
  color: rgb(var(--text-color-rgb), 0.5) !important;
43
  color: rgb(var(--text-color-rgb), 0.8) !important;
44 44
  font-family: "Open Sans", sans-serif !important;
45 45
  text-transform: capitalize;
46 46
}

Also available in: Unified diff