|
@@ -6744,12 +6744,12 @@ input:-webkit-autofill:focus {
|
|
-moz-box-align: center;
|
|
-moz-box-align: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
padding: .16rem .48rem .16rem .5rem;
|
|
padding: .16rem .48rem .16rem .5rem;
|
|
- background-color: #2c65f7;
|
|
|
|
- background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(44, 101, 247, 1)), to(rgba(64, 157, 255, 1)));
|
|
|
|
|
|
+ background-color: #191C6E;
|
|
|
|
+ /* background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(44, 101, 247, 1)), to(rgba(64, 157, 255, 1)));
|
|
background-image: -webkit-linear-gradient(left, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%);
|
|
background-image: -webkit-linear-gradient(left, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%);
|
|
background-image: -moz-linear-gradient(left, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%);
|
|
background-image: -moz-linear-gradient(left, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%);
|
|
background-image: -o-linear-gradient(left, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%);
|
|
background-image: -o-linear-gradient(left, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%);
|
|
- background-image: linear-gradient(90deg, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%)
|
|
|
|
|
|
+ background-image: linear-gradient(90deg, rgba(44, 101, 247, 1) 0, rgba(64, 157, 255, 1) 100%) */
|
|
}
|
|
}
|
|
|
|
|
|
.study-record header .image {
|
|
.study-record header .image {
|