Style fixes for previews and text areas
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
@mixin discussion-wmd-preview {
|
||||
padding: ($baseline/2) $baseline;
|
||||
width: auto;
|
||||
color: $forum-color-background-light;
|
||||
background-color: $forum-color-background-light;
|
||||
|
||||
ol, ul { // Fix up the RTL-only _reset.scss, but only in specific places
|
||||
@include padding-left($baseline*2);
|
||||
|
||||
@@ -51,20 +51,6 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wmd-input {
|
||||
@include border-radius($forum-border-radius, $forum-border-radius, 0, 0);
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
font-style: normal;
|
||||
font-size: $forum-base-font-size;
|
||||
font-family: Monaco, 'Lucida Console', monospace;
|
||||
line-height: 1.6em;
|
||||
|
||||
&::-webkit-input-placeholder {
|
||||
color: #888;
|
||||
}
|
||||
}
|
||||
|
||||
.wmd-button-row {
|
||||
@include transition(all .2s ease-out 0s);
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user