Style tweaks

This commit is contained in:
Toby Zerner 2015-06-03 18:11:43 +09:30
parent 920ad4f04f
commit e73c21779e
4 changed files with 14 additions and 10 deletions

View File

@ -29,7 +29,7 @@
font-weight: normal;
}
& input {
&, &[disabled] {
&, &[disabled], &:focus {
background: none;
border: 0;
padding: 0 20px 0 0;
@ -147,6 +147,9 @@
.minimized & {
pointer-events: none;
}
.full-screen & {
margin-bottom: 20px;
}
}
.composer-content {
padding: 20px 20px 0;
@ -231,6 +234,7 @@
&, &:focus, &[disabled] {
background: none;
border: 0;
}
}
}

View File

@ -233,7 +233,7 @@
& pre {
border: 0;
padding: 15px;
background: #fafafa;
background: #f3f3f3;
color: #666;
font-size: 90%;
}
@ -464,11 +464,11 @@
cursor: text;
overflow: hidden;
margin: 50px -20px 0;
border: 2px dashed @fl-body-secondary-color;
border: 2px dashed transparent;
color: @fl-body-muted-color;
border-radius: 10px;
padding: 20px 20px 20px 110px;
transition: color 0.2s, border-color 0.2s;
transition: border-color 0.2s;
& .post-header {
padding-top: 18px;
@ -478,8 +478,7 @@
margin-top: -18px;
}
&:hover {
color: @fl-secondary-color;
border-color: @fl-body-muted-color;
border-color: @fl-body-secondary-color;
}
}

View File

@ -3,14 +3,15 @@
background: @fl-body-hero-bg;
text-align: center;
padding: 20px 0;
color: @fl-body-hero-color;
&, & a {
color: @fl-body-hero-color;
& a {
color: inherit;
}
& .close {
float: right;
margin-top: -10px;
color: @fl-body-hero-muted-color;
color: inherit;
}
& h2 {
margin: 0;
@ -21,7 +22,6 @@
& .subtitle {
margin: 8px 0 0;
line-height: 1.5em;
color: @fl-body-hero-muted-color;
}
}
@media @phone {

View File

@ -10,6 +10,7 @@
.loading-indicator {
position: relative;
color: @fl-body-muted-color;
}
.loading-indicator-inline {
display: inline-block;