Fix style issues
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
d5a669cf95
commit
504fe5d83a
@ -4233,25 +4233,25 @@ body {
|
||||
}
|
||||
|
||||
#tooltip_editor {
|
||||
font-size:12px;
|
||||
background-color: #FFFFFF;
|
||||
opacity:0.95;
|
||||
filter:alpha(opacity=95);
|
||||
padding:5px;
|
||||
font-size: 12px;
|
||||
background-color: #fff;
|
||||
opacity: 0.95;
|
||||
filter: alpha(opacity=95);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#tooltip_font {
|
||||
font-weight:bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#selection_box {
|
||||
z-index:1000;
|
||||
height:205px;
|
||||
position:absolute;
|
||||
background-color:#87CEEB;
|
||||
opacity:0.4;
|
||||
filter:alpha(opacity=40);
|
||||
pointer-events:none;
|
||||
z-index: 1000;
|
||||
height: 205px;
|
||||
position: absolute;
|
||||
background-color: #87ceeb;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#filter_query_text {
|
||||
|
||||
@ -3729,25 +3729,25 @@ body {
|
||||
}
|
||||
|
||||
#tooltip_editor {
|
||||
font-size:12px;
|
||||
background-color: #FFFFFF;
|
||||
opacity:0.95;
|
||||
filter:alpha(opacity=95);
|
||||
padding:5px;
|
||||
font-size: 12px;
|
||||
background-color: #fff;
|
||||
opacity: 0.95;
|
||||
filter: alpha(opacity=95);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#tooltip_font {
|
||||
font-weight:bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#selection_box {
|
||||
z-index:1000;
|
||||
height:205px;
|
||||
position:absolute;
|
||||
background-color:#87CEEB;
|
||||
opacity:0.4;
|
||||
filter:alpha(opacity=40);
|
||||
pointer-events:none;
|
||||
z-index: 1000;
|
||||
height: 205px;
|
||||
position: absolute;
|
||||
background-color: #87ceeb;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#filter_query_text {
|
||||
|
||||
@ -4219,25 +4219,25 @@ body .ui-dialog {
|
||||
}
|
||||
|
||||
#tooltip_editor {
|
||||
font-size:12px;
|
||||
background-color: #FFFFFF;
|
||||
opacity:0.95;
|
||||
filter:alpha(opacity=95);
|
||||
padding:5px;
|
||||
font-size: 12px;
|
||||
background-color: #fff;
|
||||
opacity: 0.95;
|
||||
filter: alpha(opacity=95);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#tooltip_font {
|
||||
font-weight:bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#selection_box {
|
||||
z-index:1000;
|
||||
height:205px;
|
||||
position:absolute;
|
||||
background-color:#87CEEB;
|
||||
opacity:0.4;
|
||||
filter:alpha(opacity=40);
|
||||
pointer-events:none;
|
||||
z-index: 1000;
|
||||
height: 205px;
|
||||
position: absolute;
|
||||
background-color: #87ceeb;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#filter_query_text {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user