Better tooltip color, Added scroll to History section

This commit is contained in:
Liyas Thomas
2019-10-20 15:48:07 +05:30
parent 5e551b4ffe
commit 307daf2a7a
2 changed files with 13 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ h3 {
z-index: 10000;
.tooltip-inner {
background: black;
background: #353535;
color: white;
border-radius: 16px;
padding: 5px 10px 4px;
@@ -81,7 +81,7 @@ h3 {
border-style: solid;
position: absolute;
margin: 5px;
border-color: black;
border-color: #353535;
z-index: 1;
}
@@ -150,10 +150,10 @@ h3 {
.popover-inner {
background: $color;
color: black;
color: #353535;
padding: 24px;
border-radius: 5px;
box-shadow: 0 5px 30px rgba(black, .1);
box-shadow: 0 5px 30px rgba(#353535, .1);
}
.popover-arrow {