add black theme style on visual map
This commit is contained in:
parent
4a808ba387
commit
4395f21e4e
|
@ -333,7 +333,7 @@ function ui_print_message($message, $class='', $attributes='', $return=false, $t
|
|||
$output .= '</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="black pdd_t_10px" style="color: #000">'.$text_message.'</td>
|
||||
<td class="black pdd_t_10px invert_filter" style="color: #000">'.$text_message.'</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>';
|
||||
|
|
|
@ -231,7 +231,7 @@ div#foot {
|
|||
}
|
||||
|
||||
/* Overwrite inline styles */
|
||||
.textodialogo td {
|
||||
.textodialogo td .white_important {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
@ -755,14 +755,14 @@ form ul.form_flex {
|
|||
|
||||
#container_servicemap_legend {
|
||||
position: absolute;
|
||||
background: #fff;
|
||||
background: #222;
|
||||
margin-top: 10px;
|
||||
right: 2px;
|
||||
border: 1px solid #e2e2e2;
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
opacity: 0.9;
|
||||
color: #111;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.notification-subtitle_black {
|
||||
|
@ -856,3 +856,18 @@ div#dashboard-controls {
|
|||
border-radius: 15px;
|
||||
padding: 10px;
|
||||
}
|
||||
.serviceap_show_bg {
|
||||
overflow: hidden;
|
||||
border: 1px solid #e2e2e2;
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.title_service_unstack,
|
||||
.title,
|
||||
.title_service_stack {
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
text-anchor: middle;
|
||||
fill: #fff;
|
||||
font-family: Verdana;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue