|
@@ -3369,12 +3369,12 @@
|
|
|
-webkit-appearance: none
|
|
|
}
|
|
|
|
|
|
- ::-webkit-input-placeholder {
|
|
|
+ ::-webkit-input-placeholder {
|
|
|
color: inherit;
|
|
|
opacity: .54
|
|
|
}
|
|
|
|
|
|
- ::-webkit-file-upload-button {
|
|
|
+ ::-webkit-file-upload-button {
|
|
|
-webkit-appearance: button;
|
|
|
font: inherit
|
|
|
}
|
|
@@ -3383,21 +3383,21 @@
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
- ::-webkit-scrollbar {
|
|
|
+ ::-webkit-scrollbar {
|
|
|
width: 8px;
|
|
|
height: 8px;
|
|
|
background: #20212300;
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
- ::-webkit-scrollbar-thumb {
|
|
|
+ ::-webkit-scrollbar-thumb {
|
|
|
border: 1px solid rgba(105, 99, 99, 0.2);
|
|
|
background-color: rgba(15, 15, 15, 0.3);
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
- ::-webkit-scrollbar-corner,
|
|
|
- ::-webkit-resizer {
|
|
|
+ ::-webkit-scrollbar-corner,
|
|
|
+ ::-webkit-resizer {
|
|
|
background: #20212300;
|
|
|
}
|
|
|
|