changed icons for black theme
|
@ -116,7 +116,12 @@ $table_remote->data['ehorus_test'] = $row;
|
||||||
// Print.
|
// Print.
|
||||||
echo '<div class="center pdd_b_20px">';
|
echo '<div class="center pdd_b_20px">';
|
||||||
echo '<a target="_blank" rel="noopener noreferrer" href="http://ehorus.com">';
|
echo '<a target="_blank" rel="noopener noreferrer" href="http://ehorus.com">';
|
||||||
html_print_image('include/ehorus/images/ehorus-logo-grey.png');
|
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 '</a>';
|
||||||
echo '<br />';
|
echo '<br />';
|
||||||
echo '<div class="ehorus_title">';
|
echo '<div class="ehorus_title">';
|
||||||
|
|
After Width: | Height: | Size: 893 B |
Before Width: | Height: | Size: 510 B After Width: | Height: | Size: 892 B |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 37 KiB |
|
@ -44,7 +44,8 @@ div.data_container {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.data_container:hover {
|
div.data_container:hover {
|
||||||
box-shadow: 2px 2px 10px #ddd;
|
box-shadow: 2px 2px 10px #777777;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -44,7 +44,7 @@ div.data_container {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.data_container:hover {
|
div.data_container:hover {
|
||||||
box-shadow: 2px 2px 10px #ddd;
|
box-shadow: 2px 2px 10px #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -234,7 +234,7 @@ div.data_container {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.data_container:hover {
|
div.data_container:hover {
|
||||||
box-shadow: 2px 2px 10px #ddd;
|
box-shadow: 2px 2px 10px #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -8177,7 +8177,7 @@ span,
|
||||||
.wmware_div {
|
.wmware_div {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
opacity: 0.1;
|
opacity: 0.8;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -534,10 +534,6 @@ div#form_activate_licence #code {
|
||||||
border-color: #707070;
|
border-color: #707070;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.data_container:not(:hover) {
|
|
||||||
box-shadow: 2px 2px 10px #80ba27;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="submit"].submit-next:hover,
|
input[type="submit"].submit-next:hover,
|
||||||
button.submit-next.ui-button.ui-corner-all.ui-widget:hover,
|
button.submit-next.ui-button.ui-corner-all.ui-widget:hover,
|
||||||
input[type="button"].submit-next:hover {
|
input[type="button"].submit-next:hover {
|
||||||
|
|