X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6da03c3c5f257a0123cd283469459668fd653fe4..befc2441c91ddbd8eea67b8d8de48cc281a4bbce:/platforma/static/css/html.css diff --git a/platforma/static/css/html.css b/platforma/static/css/html.css index d6a44874..57eed6d5 100755 --- a/platforma/static/css/html.css +++ b/platforma/static/css/html.css @@ -390,6 +390,8 @@ .edit-button:hover, .edit-button:active { +/* color: #FFF;*/ + background-color: #999; color: #FFF; } @@ -518,4 +520,14 @@ #theme-edit-dialog .theme-mutli-list input:checked + label { font-weight: bold; -}*/ \ No newline at end of file +}*/ + +.out-of-flow-text { + border: 1px solid #C8B849; + background-color: #D4CB9C; + white-space: pre; + overflow: auto; + margin: 1.5em 0 0; + font-family: monospace; + font-size: 10pt; +} \ No newline at end of file