add black theme style on visual map

This commit is contained in:
marcos 2021-04-07 13:27:24 +02:00
parent 4a808ba387
commit 4395f21e4e
2 changed files with 19 additions and 4 deletions

View File

@ -333,7 +333,7 @@ function ui_print_message($message, $class='', $attributes='', $return=false, $t
$output .= '</td> $output .= '</td>
</tr> </tr>
<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> <td></td>
</tr> </tr>
</table>'; </table>';

View File

@ -231,7 +231,7 @@ div#foot {
} }
/* Overwrite inline styles */ /* Overwrite inline styles */
.textodialogo td { .textodialogo td .white_important {
color: #fff !important; color: #fff !important;
} }
@ -755,14 +755,14 @@ form ul.form_flex {
#container_servicemap_legend { #container_servicemap_legend {
position: absolute; position: absolute;
background: #fff; background: #222;
margin-top: 10px; margin-top: 10px;
right: 2px; right: 2px;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
border-radius: 5px; border-radius: 5px;
padding: 10px; padding: 10px;
opacity: 0.9; opacity: 0.9;
color: #111; color: #fff;
} }
.notification-subtitle_black { .notification-subtitle_black {
@ -856,3 +856,18 @@ div#dashboard-controls {
border-radius: 15px; border-radius: 15px;
padding: 10px; 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;
}