|
|
@@ -124,8 +124,6 @@ Multi-strand use classes
|
|
|
background: rgb(0, 27, 45);
|
|
|
cursor: pointer;
|
|
|
color: white;
|
|
|
- border-top-left-radius: 10px;
|
|
|
- border-bottom-left-radius: 10px;
|
|
|
}
|
|
|
|
|
|
.searchButton:hover{
|
|
|
@@ -141,8 +139,6 @@ Multi-strand use classes
|
|
|
.searchInput{
|
|
|
border: 4px solid rgb(0, 27, 45);
|
|
|
font-size: 20px;
|
|
|
- border-top-right-radius: 10px;
|
|
|
- border-bottom-right-radius: 10px;
|
|
|
padding: 1px 0 1px 4px;
|
|
|
}
|
|
|
|
|
|
@@ -430,8 +426,7 @@ Analytics Strand
|
|
|
display: inline-block;
|
|
|
width: 239px;
|
|
|
height: 34px;
|
|
|
- border: 3px solid rgb(0, 27, 45);
|
|
|
- color: white;
|
|
|
+ color: rgb(255, 99, 107);
|
|
|
}
|
|
|
|
|
|
.switch input{
|
|
|
@@ -461,7 +456,7 @@ Analytics Strand
|
|
|
right: 0;
|
|
|
bottom: 0;
|
|
|
padding: 0 24px 0 5px;
|
|
|
- background: rgb(255, 99, 107);
|
|
|
+ background: rgb(0, 27, 45);
|
|
|
transition: 0.2s;
|
|
|
}
|
|
|
|
|
|
@@ -472,9 +467,9 @@ Analytics Strand
|
|
|
width: 110px;
|
|
|
left: 1px;
|
|
|
bottom: 1px;
|
|
|
- background: rgba(255, 255, 255, 0.6);
|
|
|
- border: 1px solid rgb(0, 27, 45);
|
|
|
- transition: 0.2s;
|
|
|
+ background: rgba(255, 255, 255, 0.2);
|
|
|
+ border: 1px solid rgb(255, 99, 107);
|
|
|
+ transition: 0.5s;
|
|
|
}
|
|
|
|
|
|
.analContent{
|