diff --git a/release/antos-1.2.0.tar.gz b/release/antos-1.2.0.tar.gz index b24961f..348062e 100644 Binary files a/release/antos-1.2.0.tar.gz and b/release/antos-1.2.0.tar.gz differ diff --git a/src/core/gui.ts b/src/core/gui.ts index fe5567b..fcebddc 100644 --- a/src/core/gui.ts +++ b/src/core/gui.ts @@ -923,7 +923,7 @@ namespace OS { if (event.shiftKey) { fnk += "SHIFT"; } - console.log(fnk, c); + //console.log(fnk, c); if (fnk == "") { return; } diff --git a/src/themes/antos_dark/afx-resizer.css b/src/themes/antos_dark/afx-resizer.css index 1f12f88..663f80b 100644 --- a/src/themes/antos_dark/afx-resizer.css +++ b/src/themes/antos_dark/afx-resizer.css @@ -5,4 +5,9 @@ afx-resizer.vertical { afx-resizer.horizontal { background-color: transparent; border-left: 1px solid #262626; +} + +afx-resizer.horizontal:hover, afx-resizer.vertical:hover +{ + background-color: #116cd6; } \ No newline at end of file diff --git a/src/themes/antos_light/afx-resizer.css b/src/themes/antos_light/afx-resizer.css index b712ca4..d9742dd 100644 --- a/src/themes/antos_light/afx-resizer.css +++ b/src/themes/antos_light/afx-resizer.css @@ -5,4 +5,8 @@ afx-resizer.vertical { afx-resizer.horizontal { background-color: transparent; border-left: 1px solid #cbcbcb; +} +afx-resizer.horizontal:hover, afx-resizer.vertical:hover +{ + background-color: #116cd6; } \ No newline at end of file