diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 61c4d1b01b..9b9000c9ac 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -10554,6 +10554,13 @@ select { box-sizing: border-box; } +input.buttonButton { + border: 0px; + outline: 0px; + border-radius: 8px; + line-height: normal; +} + input[list], textarea[list], select[list] { @@ -11164,7 +11171,6 @@ button.ui-button-text-only.ui-widget.sub { font-size: 16px !important; align-items: center; line-height: 24px; - box-shadow: 0px 3px 6px #c7c7c7; border-radius: 16px; cursor: pointer; padding: 0 16px; @@ -14201,3 +14207,12 @@ table#snmp_console tbody .datos_orange * { .open_search_status_color { color: var(--text-color-2); } + +button.ui-button-text-only.ui-widget.sub:hover, +#button_generate_code input.buttonButton:hover { + box-shadow: 0px 3px 6px #c7c7c7; +} + +#button_generate_code input.buttonButton { + box-shadow: none; +} diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index e51b51f489..76e515215f 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -2012,3 +2012,43 @@ th { .white_table_graph.fixed_filter_bar { border-radius: 8px; } + +.div-import, +.div-export { + background-color: var(--secondary-color); + border: 1px solid var(--border-color); +} + +img[src$="import_to.svg"], +img[src$="export_to.svg"] { + filter: brightness(0.9); +} + +button.disabled { + background-color: #4b525c !important; + cursor: initial; +} + +button.ui-button-text-only.ui-widget.sub:hover, +#button_generate_code input.buttonButton:hover, +#registration_wizard button[type="submit"]:hover { + box-shadow: 0px 2px 5px #837e7e6b; +} + +#registration_wizard button[type="submit"].submit-cancel:hover { + color: var(--text-color) !important; +} + +#button_generate_code input.buttonButton, +#registration_wizard button[type="submit"]:not(.submit-cancel) { + background-color: var(--primary-color) !important; + box-shadow: none; +} + +#registration_wizard button[type="submit"] > span { + line-height: normal; +} + +button.secondaryButton { + color: var(--text-color) !important; +} diff --git a/pandora_console/include/styles/register.css b/pandora_console/include/styles/register.css index 3f867e3e9b..a882893445 100644 --- a/pandora_console/include/styles/register.css +++ b/pandora_console/include/styles/register.css @@ -1,10 +1,11 @@ div.submit_buttons_container { position: relative; - margin: 10px auto 0px; bottom: 0px; width: 95%; - clear: both; height: 4em; + display: flex; + align-items: center; + justify-content: space-between; } .license_text { @@ -13,3 +14,7 @@ div.submit_buttons_container { text-align: justify; margin: 1em auto; } + +div.submit_buttons_container > div { + display: initial; +} diff --git a/pandora_console/update_manager_client/views/register.php b/pandora_console/update_manager_client/views/register.php index 666c026b89..a789f0c1ac 100644 --- a/pandora_console/update_manager_client/views/register.php +++ b/pandora_console/update_manager_client/views/register.php @@ -80,26 +80,24 @@ $product_name = get_product_name(); ?>