diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index ed8fb5b514..49d669fd0d 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -441,6 +441,7 @@ ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header .notification-item { background: #222; + border: none; } pre, @@ -522,13 +523,13 @@ div#form_activate_licence #code { margin-top: 10px; margin-bottom: 10px; padding: 0px 5px 5px 10px; - border-color: #e2e2e2; border-style: solid; border-width: 1px; width: 100%; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; + border-color: #707070; } div.data_container:not(:hover) { @@ -963,3 +964,39 @@ div.integria_details_description textarea { .invert_filter_important { filter: invert(100%) !important; } +fieldset { + border-color: #707070; +} + +input, +textarea, +select, +.selection { + border-color: #707070; +} + +.white_box, +.white-box-content { + border: 1px solid #707070; +} + +.white_table_graph_header { + border: 1px solid #707070; +} + +table.databox { + border-color: #707070; +} + +.info_table > tbody > tr { + border-bottom: 1px solid #303030; +} + +.status_tactical { + border-color: #707070; +} + +.status_tactical, +.tactical_set { + border-color: #707070; +}