mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-07 04:24:35 -04:00
make editor preview cursor default not i-beam
This commit is contained in:
parent
333aafad47
commit
6571a9d924
2 changed files with 2 additions and 1 deletions
app/assets/stylesheets
|
@ -300,6 +300,7 @@
|
|||
border: 1px dashed scale-color-diff();
|
||||
overflow: auto;
|
||||
visibility: visible;
|
||||
cursor: default;
|
||||
video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
|
|
|
@ -114,7 +114,7 @@ h2#site-text-logo
|
|||
max-height: 1em;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
margin: 8px 0 0 0;
|
||||
margin: 5px 0 0 0;
|
||||
text-overflow: clip;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue