Browse Source

feck off

pull/4/head
gilbN 6 years ago
parent
commit
2280fb2028
  1. 9
      CSS/themes/graforg.css
  2. 8
      CSS/themes/grafplex.css

9
CSS/themes/graforg.css

@ -267,11 +267,16 @@ div.flot-text {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);
} }
.custom-scrollbars .thumb-vertical { .custom-scrollbars .thumb-vertical {
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.15);
background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)); background-image: none;
} }
.toolbar__main { .toolbar__main {
color: #ffffff; color: #ffffff;
background-color: rgba(0, 0, 0, 0.15); background-color: rgba(0, 0, 0, 0.15);
border: transparent; border: transparent;
} }
/* Explore */
.query-transaction {
color: #fff;
}

8
CSS/themes/grafplex.css

@ -283,8 +283,8 @@ div.flot-text {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);
} }
.custom-scrollbars .thumb-vertical { .custom-scrollbars .thumb-vertical {
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.15);
background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)); background-image: none;
} }
.toolbar__main { .toolbar__main {
color: #ffffff; color: #ffffff;
@ -332,3 +332,7 @@ border-color: #b56d16 !important;
box-shadow: none; box-shadow: none;
border-bottom: 0px; border-bottom: 0px;
} }
/* Explore */
.query-transaction {
color: #fff;
}

Loading…
Cancel
Save