use white font with border css hack Fixes #6

merge-requests/208/head
fatchan 5 years ago
parent cd94f21947
commit ed42b02b42
  1. 13
      static/css/style.css

@ -58,6 +58,12 @@ input, textarea {
max-width: 100%; max-width: 100%;
} }
.user-id {
text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
color: white;
padding: 0px 2px;
}
.post-check { .post-check {
position: relative; position: relative;
top: 3px; top: 3px;
@ -68,7 +74,7 @@ input, textarea {
.post-files { .post-files {
float: left; float: left;
margin: 3px 20px 0 0; margin: 3px 20px 0 0;
} }
.post-file { .post-file {
@ -123,6 +129,11 @@ input textarea {
max-width: 100%; max-width: 100%;
} }
.post-container:target {
outline: 1px dashed blue;
outline-offset: -1px;
}
.post-container.op { .post-container.op {
background: none; background: none;
margin-left: 0; margin-left: 0;

Loading…
Cancel
Save