1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 21:50:50 +02:00

Style tweaks

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

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;
}
}