From 7c9870e35b2740c36ccd94c4e35202999f533086 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Sun, 13 Sep 2020 07:03:35 +0200 Subject: [PATCH] Quick and dirty fix to titlebar properties to make our gui presets work again. --- pd/nw/css/c64.css | 51 ++++++++++++++++++++++++++++++++ pd/nw/css/extended.css | 51 ++++++++++++++++++++++++++++++++ pd/nw/css/footgun.css | 51 ++++++++++++++++++++++++++++++++ pd/nw/css/inverted.css | 51 ++++++++++++++++++++++++++++++++ pd/nw/css/solarized.css | 51 ++++++++++++++++++++++++++++++++ pd/nw/css/solarized_inverted.css | 51 ++++++++++++++++++++++++++++++++ pd/nw/css/strongbad.css | 51 ++++++++++++++++++++++++++++++++ pd/nw/css/subdued.css | 51 ++++++++++++++++++++++++++++++++ pd/nw/css/vanilla.css | 51 ++++++++++++++++++++++++++++++++ pd/nw/css/vanilla_inverted.css | 51 ++++++++++++++++++++++++++++++++ 10 files changed, 510 insertions(+) diff --git a/pd/nw/css/c64.css b/pd/nw/css/c64.css index 62c3c54d9..fb9fc9c49 100644 --- a/pd/nw/css/c64.css +++ b/pd/nw/css/c64.css @@ -634,3 +634,54 @@ input[name="rate"] { margin-bottom: -10px; padding: 30px; } + +/* used for the custom dialog titlebar */ +#titlebar { + width: 100%; + height: 20px; + margin-bottom: 4px; + -webkit-app-region: drag; + background-color: gray; + cursor: grab; +} + +#titlebar_buttons_td { + padding-right: 1px; +} + +#titlebar_title { + color: white; + position: relative; + left: 1px; + top: 1px; + background-color: gray; +} + +#titlebar_close_button { + width: 16px; + height: 16px; + background: #a2a2a2; + -webkit-app-region: no-drag; + color: #FFF; + font-size: 18px; + text-align: center; + line-height: 16px; + cursor: default; +} + +/*#titlebar_close_button:after { + position: absolute; + right: 6px; + top: 1px; + content: "\d7"; + font-size: 20px; + color: #FFF; +}*/ + +#titlebar_close_button:hover { + background: #b2b2b2; +} + +#titlebar_close_button:active { + background: #e2e2e2; +} diff --git a/pd/nw/css/extended.css b/pd/nw/css/extended.css index 9149fdc54..090a796f7 100644 --- a/pd/nw/css/extended.css +++ b/pd/nw/css/extended.css @@ -607,3 +607,54 @@ input[name="rate"] { margin-bottom: -10px; padding: 30px; } + +/* used for the custom dialog titlebar */ +#titlebar { + width: 100%; + height: 20px; + margin-bottom: 4px; + -webkit-app-region: drag; + background-color: gray; + cursor: grab; +} + +#titlebar_buttons_td { + padding-right: 1px; +} + +#titlebar_title { + color: white; + position: relative; + left: 1px; + top: 1px; + background-color: gray; +} + +#titlebar_close_button { + width: 16px; + height: 16px; + background: #a2a2a2; + -webkit-app-region: no-drag; + color: #FFF; + font-size: 18px; + text-align: center; + line-height: 16px; + cursor: default; +} + +/*#titlebar_close_button:after { + position: absolute; + right: 6px; + top: 1px; + content: "\d7"; + font-size: 20px; + color: #FFF; +}*/ + +#titlebar_close_button:hover { + background: #b2b2b2; +} + +#titlebar_close_button:active { + background: #e2e2e2; +} diff --git a/pd/nw/css/footgun.css b/pd/nw/css/footgun.css index a24f8bfbe..b32fe5503 100644 --- a/pd/nw/css/footgun.css +++ b/pd/nw/css/footgun.css @@ -764,3 +764,54 @@ input[name="rate"] { margin-bottom: -10px; padding: 30px; } + +/* used for the custom dialog titlebar */ +#titlebar { + width: 100%; + height: 20px; + margin-bottom: 4px; + -webkit-app-region: drag; + background-color: gray; + cursor: grab; +} + +#titlebar_buttons_td { + padding-right: 1px; +} + +#titlebar_title { + color: white; + position: relative; + left: 1px; + top: 1px; + background-color: gray; +} + +#titlebar_close_button { + width: 16px; + height: 16px; + background: #a2a2a2; + -webkit-app-region: no-drag; + color: #FFF; + font-size: 18px; + text-align: center; + line-height: 16px; + cursor: default; +} + +/*#titlebar_close_button:after { + position: absolute; + right: 6px; + top: 1px; + content: "\d7"; + font-size: 20px; + color: #FFF; +}*/ + +#titlebar_close_button:hover { + background: #b2b2b2; +} + +#titlebar_close_button:active { + background: #e2e2e2; +} diff --git a/pd/nw/css/inverted.css b/pd/nw/css/inverted.css index 8e3510bd0..7d062ea45 100644 --- a/pd/nw/css/inverted.css +++ b/pd/nw/css/inverted.css @@ -647,3 +647,54 @@ input[name="rate"] { margin-bottom: -10px; padding: 30px; } + +/* used for the custom dialog titlebar */ +#titlebar { + width: 100%; + height: 20px; + margin-bottom: 4px; + -webkit-app-region: drag; + background-color: gray; + cursor: grab; +} + +#titlebar_buttons_td { + padding-right: 1px; +} + +#titlebar_title { + color: white; + position: relative; + left: 1px; + top: 1px; + background-color: gray; +} + +#titlebar_close_button { + width: 16px; + height: 16px; + background: #a2a2a2; + -webkit-app-region: no-drag; + color: #FFF; + font-size: 18px; + text-align: center; + line-height: 16px; + cursor: default; +} + +/*#titlebar_close_button:after { + position: absolute; + right: 6px; + top: 1px; + content: "\d7"; + font-size: 20px; + color: #FFF; +}*/ + +#titlebar_close_button:hover { + background: #b2b2b2; +} + +#titlebar_close_button:active { + background: #e2e2e2; +} diff --git a/pd/nw/css/solarized.css b/pd/nw/css/solarized.css index 45aff43aa..52bded5d0 100644 --- a/pd/nw/css/solarized.css +++ b/pd/nw/css/solarized.css @@ -638,3 +638,54 @@ input[name="rate"] { margin-bottom: -10px; padding: 30px; } + +/* used for the custom dialog titlebar */ +#titlebar { + width: 100%; + height: 20px; + margin-bottom: 4px; + -webkit-app-region: drag; + background-color: gray; + cursor: grab; +} + +#titlebar_buttons_td { + padding-right: 1px; +} + +#titlebar_title { + color: white; + position: relative; + left: 1px; + top: 1px; + background-color: gray; +} + +#titlebar_close_button { + width: 16px; + height: 16px; + background: #a2a2a2; + -webkit-app-region: no-drag; + color: #FFF; + font-size: 18px; + text-align: center; + line-height: 16px; + cursor: default; +} + +/*#titlebar_close_button:after { + position: absolute; + right: 6px; + top: 1px; + content: "\d7"; + font-size: 20px; + color: #FFF; +}*/ + +#titlebar_close_button:hover { + background: #b2b2b2; +} + +#titlebar_close_button:active { + background: #e2e2e2; +} diff --git a/pd/nw/css/solarized_inverted.css b/pd/nw/css/solarized_inverted.css index 834fff642..e13924b04 100644 --- a/pd/nw/css/solarized_inverted.css +++ b/pd/nw/css/solarized_inverted.css @@ -639,3 +639,54 @@ input[name="rate"] { margin-bottom: -10px; padding: 30px; } + +/* used for the custom dialog titlebar */ +#titlebar { + width: 100%; + height: 20px; + margin-bottom: 4px; + -webkit-app-region: drag; + background-color: gray; + cursor: grab; +} + +#titlebar_buttons_td { + padding-right: 1px; +} + +#titlebar_title { + color: white; + position: relative; + left: 1px; + top: 1px; + background-color: gray; +} + +#titlebar_close_button { + width: 16px; + height: 16px; + background: #a2a2a2; + -webkit-app-region: no-drag; + color: #FFF; + font-size: 18px; + text-align: center; + line-height: 16px; + cursor: default; +} + +/*#titlebar_close_button:after { + position: absolute; + right: 6px; + top: 1px; + content: "\d7"; + font-size: 20px; + color: #FFF; +}*/ + +#titlebar_close_button:hover { + background: #b2b2b2; +} + +#titlebar_close_button:active { + background: #e2e2e2; +} diff --git a/pd/nw/css/strongbad.css b/pd/nw/css/strongbad.css index 3251fc431..379b6fbc2 100644 --- a/pd/nw/css/strongbad.css +++ b/pd/nw/css/strongbad.css @@ -620,3 +620,54 @@ input[name="rate"] { margin-bottom: -10px; padding: 30px; } + +/* used for the custom dialog titlebar */ +#titlebar { + width: 100%; + height: 20px; + margin-bottom: 4px; + -webkit-app-region: drag; + background-color: gray; + cursor: grab; +} + +#titlebar_buttons_td { + padding-right: 1px; +} + +#titlebar_title { + color: white; + position: relative; + left: 1px; + top: 1px; + background-color: gray; +} + +#titlebar_close_button { + width: 16px; + height: 16px; + background: #a2a2a2; + -webkit-app-region: no-drag; + color: #FFF; + font-size: 18px; + text-align: center; + line-height: 16px; + cursor: default; +} + +/*#titlebar_close_button:after { + position: absolute; + right: 6px; + top: 1px; + content: "\d7"; + font-size: 20px; + color: #FFF; +}*/ + +#titlebar_close_button:hover { + background: #b2b2b2; +} + +#titlebar_close_button:active { + background: #e2e2e2; +} diff --git a/pd/nw/css/subdued.css b/pd/nw/css/subdued.css index a0a9e3dd6..105d0ce98 100644 --- a/pd/nw/css/subdued.css +++ b/pd/nw/css/subdued.css @@ -623,3 +623,54 @@ input[name="rate"] { margin-bottom: -10px; padding: 30px; } + +/* used for the custom dialog titlebar */ +#titlebar { + width: 100%; + height: 20px; + margin-bottom: 4px; + -webkit-app-region: drag; + background-color: gray; + cursor: grab; +} + +#titlebar_buttons_td { + padding-right: 1px; +} + +#titlebar_title { + color: white; + position: relative; + left: 1px; + top: 1px; + background-color: gray; +} + +#titlebar_close_button { + width: 16px; + height: 16px; + background: #a2a2a2; + -webkit-app-region: no-drag; + color: #FFF; + font-size: 18px; + text-align: center; + line-height: 16px; + cursor: default; +} + +/*#titlebar_close_button:after { + position: absolute; + right: 6px; + top: 1px; + content: "\d7"; + font-size: 20px; + color: #FFF; +}*/ + +#titlebar_close_button:hover { + background: #b2b2b2; +} + +#titlebar_close_button:active { + background: #e2e2e2; +} diff --git a/pd/nw/css/vanilla.css b/pd/nw/css/vanilla.css index e8bf4f7a3..98ffcd399 100644 --- a/pd/nw/css/vanilla.css +++ b/pd/nw/css/vanilla.css @@ -607,3 +607,54 @@ input[name="rate"] { margin-bottom: -10px; padding: 30px; } + +/* used for the custom dialog titlebar */ +#titlebar { + width: 100%; + height: 20px; + margin-bottom: 4px; + -webkit-app-region: drag; + background-color: gray; + cursor: grab; +} + +#titlebar_buttons_td { + padding-right: 1px; +} + +#titlebar_title { + color: white; + position: relative; + left: 1px; + top: 1px; + background-color: gray; +} + +#titlebar_close_button { + width: 16px; + height: 16px; + background: #a2a2a2; + -webkit-app-region: no-drag; + color: #FFF; + font-size: 18px; + text-align: center; + line-height: 16px; + cursor: default; +} + +/*#titlebar_close_button:after { + position: absolute; + right: 6px; + top: 1px; + content: "\d7"; + font-size: 20px; + color: #FFF; +}*/ + +#titlebar_close_button:hover { + background: #b2b2b2; +} + +#titlebar_close_button:active { + background: #e2e2e2; +} diff --git a/pd/nw/css/vanilla_inverted.css b/pd/nw/css/vanilla_inverted.css index ee1268623..c3b714f6e 100644 --- a/pd/nw/css/vanilla_inverted.css +++ b/pd/nw/css/vanilla_inverted.css @@ -625,3 +625,54 @@ input[name="rate"] { margin-bottom: -10px; padding: 30px; } + +/* used for the custom dialog titlebar */ +#titlebar { + width: 100%; + height: 20px; + margin-bottom: 4px; + -webkit-app-region: drag; + background-color: gray; + cursor: grab; +} + +#titlebar_buttons_td { + padding-right: 1px; +} + +#titlebar_title { + color: white; + position: relative; + left: 1px; + top: 1px; + background-color: gray; +} + +#titlebar_close_button { + width: 16px; + height: 16px; + background: #a2a2a2; + -webkit-app-region: no-drag; + color: #FFF; + font-size: 18px; + text-align: center; + line-height: 16px; + cursor: default; +} + +/*#titlebar_close_button:after { + position: absolute; + right: 6px; + top: 1px; + content: "\d7"; + font-size: 20px; + color: #FFF; +}*/ + +#titlebar_close_button:hover { + background: #b2b2b2; +} + +#titlebar_close_button:active { + background: #e2e2e2; +} -- GitLab