Merge pull request #806 from ThibG/glitch-soc/merge-upstream

Merge upstream changes
This commit is contained in:
ThibG
2018-11-09 22:29:52 +01:00
committed by GitHub
107 changed files with 1220 additions and 163 deletions

View File

@ -330,9 +330,12 @@ code {
}
input[type=text],
input[type=number],
input[type=email],
input[type=password] {
border-bottom-color: $valid-value-color;
input[type=password],
textarea,
select {
border-color: lighten($error-red, 12%);
}
.error {

View File

@ -53,9 +53,13 @@ table {
border-spacing: 0;
}
html {
scrollbar-color: lighten($ui-base-color, 4%) transparent;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
width: 12px;
height: 12px;
}
::-webkit-scrollbar-thumb {