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

removed obsolete styles for link wizard

parent 2302fb8d
No related branches found
No related tags found
No related merge requests found
#link__wiz {
position: absolute;
display: block;
z-index: 99;
width: 300px;
height: 250px;
padding: 0;
margin: 0;
overflow: hidden;
border: 1px solid __border__;
background-color: __background_neu__;
text-align: center;
}
#link__wiz_header {
background-color: __background_alt__;
height: 16px;
margin-bottom: 5px;
cursor: move;
}
#link__wiz_close {
cursor: pointer;
margin: 0;
}
#link__wiz_result {
......@@ -61,9 +38,3 @@
display: block;
color: __text_neu__;
}
/*FIXME maybe move to a more general style sheet*/
.ondrag {
cursor: move;
opacity: 0.8;
}
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