Skip to content
Snippets Groups Projects
Commit c44e5a88 authored by Anika Henke's avatar Anika Henke
Browse files

added minimal needed styles for modal windows

parent 9a83dc0d
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,17 @@ em em.u {
font-style: italic;
}
/* modal windows */
.JSpopup,
#link__wiz,
#media__popup {
position: absolute;
background-color: #fff;
color: #000;
z-index: 20;
overflow: hidden;
}
/* syntax highlighting code */
.code .br0 { color: #66cc66; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment