mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 10:25:42 +08:00
Style tweaks
This commit is contained in:
parent
920ad4f04f
commit
e73c21779e
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
.loading-indicator {
|
||||
position: relative;
|
||||
color: @fl-body-muted-color;
|
||||
}
|
||||
.loading-indicator-inline {
|
||||
display: inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user