1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00
This commit is contained in:
gilbN 2019-03-12 21:28:59 +01:00
parent 883a25b6c8
commit 2280fb2028
2 changed files with 13 additions and 4 deletions

View File

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

View File

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