Improve light theme (#10992)

This commit is contained in:
Eugen Rochko 2019-06-08 10:23:41 +02:00 committed by GitHub
parent 25f93f4097
commit f4bc77f290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 290 additions and 51 deletions

View file

@ -2212,17 +2212,6 @@ a.account__display-name {
height: calc(100% - 10px);
overflow-y: hidden;
.search__input {
line-height: 18px;
font-size: 16px;
padding: 15px;
padding-right: 30px;
}
.search__icon .fa {
top: 15px;
}
.navigation-bar {
padding-top: 20px;
padding-bottom: 20px;
@ -2709,21 +2698,22 @@ a.account__display-name {
}
.setting-text {
color: $darker-text-color;
background: transparent;
border: 0;
border-bottom: 2px solid $ui-primary-color;
box-sizing: border-box;
display: block;
font-family: inherit;
margin-bottom: 10px;
padding: 7px 0;
box-sizing: border-box;
width: 100%;
margin: 0;
color: $inverted-text-color;
background: $simple-background-color;
padding: 10px;
font-family: inherit;
font-size: 14px;
resize: vertical;
border: 0;
outline: 0;
border-radius: 4px;
&:focus,
&:active {
color: $primary-text-color;
border-bottom-color: $highlight-text-color;
&:focus {
outline: 0;
}
@media screen and (max-width: 600px) {
@ -3895,8 +3885,10 @@ a.status-card.compact:hover {
@include search-input;
display: block;
padding: 10px;
padding: 15px;
padding-right: 30px;
line-height: 18px;
font-size: 16px;
}
.search__icon {
@ -3911,7 +3903,7 @@ a.status-card.compact:hover {
.fa {
position: absolute;
top: 10px;
top: 15px;
right: 10px;
z-index: 2;
display: inline-block;
@ -5473,8 +5465,8 @@ noscript {
}
.column-inline-form {
padding: 7px 15px;
padding-right: 5px;
padding: 15px;
padding-right: 0;
display: flex;
justify-content: flex-start;
align-items: center;
@ -5485,7 +5477,6 @@ noscript {
input {
width: 100%;
margin-bottom: 6px;
&:focus {
outline: 0;
@ -5495,7 +5486,7 @@ noscript {
.icon-button {
flex: 0 0 auto;
margin: 0 5px;
margin: 0 10px;
}
}