back to (modified) old icon theme

This commit is contained in:
Daniel
2025-04-30 18:47:56 +02:00
committed by Markus Zolliker
parent 9f2bfd668a
commit 10387261c0
10 changed files with 9 additions and 4 deletions

View File

@ -175,7 +175,10 @@ meta, body {
.panel.graphics{
display: flex;
justify-content: flex-end;
padding-right: 12px;
}
.panel-grapics-wide {
padding-right: 28px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
@ -189,8 +192,8 @@ meta, body {
}
.icon-main {
height: 20px;
width: 20px;
height: 18px;
width: 18px;
}
.icon-main:hover {

View File

@ -354,7 +354,7 @@ function loadGraphicsMenu(panel){
menuGraphicsPopup.style.position = "absolute";
panel.appendChild(graphicsMenuControl);
graphicsMenuControl.style.marginLeft="0px";
graphicsMenuControl.style.marginRight="28px";
graphicsMenuControl.style.marginRight="8px";
graphicsMenuControl.style.marginTop="2px";
}

View File

@ -158,11 +158,13 @@ window.onload = function() {
} else {
if (window.wideGraphs) {
window.wideGraphs = false;
document.getElementsByClassName('graphics')[0].classList.remove('panel-grapics-wide');
// icon_close_container.innerHTML = '<img class = "icon-main icon-close" src="res/icon_sinus.png">';
icon_close_container.innerHTML = '<img class = "icon-main icon-close" src="res/icon_close.png">';
icon_log_container.classList.remove("icon-main-container-hidden");
} else {
window.wideGraphs = true;
document.getElementsByClassName('graphics')[0].classList.add('panel-grapics-wide');
// icon_close_container.innerHTML = '<img class = "icon-main icon-close" src="res/icon_modules.png">';
icon_close_container.innerHTML = '<img class = "icon-main icon-close" src="res/icon_close.png">';
icon_log_container.classList.add("icon-main-container-hidden");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB