changed icons for black theme

This commit is contained in:
Marcos Alconada 2021-06-09 13:12:47 +00:00 committed by Daniel Rodriguez
parent 79499204ce
commit 8814b1f971
13 changed files with 11 additions and 9 deletions

View File

@ -116,7 +116,12 @@ $table_remote->data['ehorus_test'] = $row;
// Print.
echo '<div class="center pdd_b_20px">';
echo '<a target="_blank" rel="noopener noreferrer" href="http://ehorus.com">';
if ($config['style'] === 'pandora_black') {
html_print_image('include/ehorus/images/ehorus-logo.png');
} else {
html_print_image('include/ehorus/images/ehorus-logo-grey.png');
}
echo '</a>';
echo '<br />';
echo '<div class="ehorus_title">';

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 B

After

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -44,7 +44,8 @@ div.data_container {
}
div.data_container:hover {
box-shadow: 2px 2px 10px #ddd;
box-shadow: 2px 2px 10px #777777;
border-radius: 10px;
}
/*

View File

@ -44,7 +44,7 @@ div.data_container {
}
div.data_container:hover {
box-shadow: 2px 2px 10px #ddd;
box-shadow: 2px 2px 10px #777777;
}
/*

View File

@ -234,7 +234,7 @@ div.data_container {
}
div.data_container:hover {
box-shadow: 2px 2px 10px #ddd;
box-shadow: 2px 2px 10px #777777;
}
/*

View File

@ -8177,7 +8177,7 @@ span,
.wmware_div {
margin: 0 auto;
width: 500px;
opacity: 0.1;
opacity: 0.8;
clear: both;
}

View File

@ -534,10 +534,6 @@ div#form_activate_licence #code {
border-color: #707070;
}
div.data_container:not(:hover) {
box-shadow: 2px 2px 10px #80ba27;
}
input[type="submit"].submit-next:hover,
button.submit-next.ui-button.ui-corner-all.ui-widget:hover,
input[type="button"].submit-next:hover {