/* module-key = 'com.atlassian.jira.gadgets:look-and-feel-affected-styles', location = 'style/common.lf.less' */
.gadget a,
.config a {
  color: #0052cc;
}
.gadget a:hover,
.config a:hover,
.gadget a:focus,
.config a:focus,
.gadget a:active,
.config a:active {
  color: #0065ff;
}
.g-login.view a {
  color: #0052cc;
}
.g-login.view a:hover,
.g-login.view a:focus,
.g-login.view a:active {
  color: #0065ff;
}

/* module-key = 'com.atlassian.jira.gadgets:look-and-feel-affected-styles', location = 'style/gadget-colours.lf.less' */
.gadget.color1 .dashboard-item-header,
.gadget-colors .color1 > a {
  background-color: #0747a6;
}
.gadget.color1 .dashboard-item-title {
  color: #fff;
}
.gadget.color1 > .gadget-hover > .dashboard-item-header,
.gadget.color1 > .gadget-hover > .dashboard-item-content {
  border-color: #cad6e7;
}
.gadget.color2 .dashboard-item-header,
.gadget-colors .color2 > a {
  background-color: #de350b;
}
.gadget.color2 .dashboard-item-title {
  color: #fff;
}
.gadget.color2 > .gadget-hover > .dashboard-item-header,
.gadget.color2 > .gadget-hover > .dashboard-item-content {
  border-color: #e7d0ca;
}
.gadget.color3 .dashboard-item-header,
.gadget-colors .color3 > a {
  background-color: #ff8b00;
}
.gadget.color3 .dashboard-item-title {
  color: #fff;
}
.gadget.color3 > .gadget-hover > .dashboard-item-header,
.gadget.color3 > .gadget-hover > .dashboard-item-content {
  border-color: #e7daca;
}
.gadget.color4 .dashboard-item-header,
.gadget-colors .color4 > a {
  background-color: #00875a;
}
.gadget.color4 .dashboard-item-title {
  color: #fff;
}
.gadget.color4 > .gadget-hover > .dashboard-item-header,
.gadget.color4 > .gadget-hover > .dashboard-item-content {
  border-color: #cae7de;
}
.gadget.color5 .dashboard-item-header,
.gadget-colors .color5 > a {
  background-color: #00a3bf;
}
.gadget.color5 .dashboard-item-title {
  color: #fff;
}
.gadget.color5 > .gadget-hover > .dashboard-item-header,
.gadget.color5 > .gadget-hover > .dashboard-item-content {
  border-color: #cae3e7;
}
.gadget.color6 .dashboard-item-header,
.gadget-colors .color6 > a {
  background-color: #6554c0;
}
.gadget.color6 .dashboard-item-title {
  color: #fff;
}
.gadget.color6 > .gadget-hover > .dashboard-item-header,
.gadget.color6 > .gadget-hover > .dashboard-item-content {
  border-color: #cfcae7;
}
.gadget.color7 .dashboard-item-header,
.gadget-colors .color7 > a {
  background-color: #5e6c84;
}
.gadget.color7 .dashboard-item-title {
  color: #fff;
}
.gadget.color7 > .gadget-hover > .dashboard-item-header,
.gadget.color7 > .gadget-hover > .dashboard-item-content {
  border-color: #cad5e7;
}

/* module-key = 'com.atlassian.jira.gadgets:look-and-feel-affected-styles', location = 'static/dashboarditem/two-dimensional-stats/TwoDimensionalStats.lf.less' */
.two-d-container table.aui th a,
.two-d-container table.aui td a {
  color: #0052cc;
}
.two-d-container table.aui th a:hover,
.two-d-container table.aui td a:hover,
.two-d-container table.aui th a:focus,
.two-d-container table.aui td a:focus,
.two-d-container table.aui th a:active,
.two-d-container table.aui td a:active {
  color: #0065ff;
}
