From b32b99f3dd3815806daed7eeffff5bef565954dc Mon Sep 17 00:00:00 2001 From: Samnan Date: Wed, 10 Jun 2026 18:29:22 +0800 Subject: [PATCH 1/3] wip for default theme upgrade --- themes/_base/treeview.css | 3 +- themes/default/alerts.css | 6 +- themes/default/default.css | 58 +++++++------- themes/default/editor.css | 2 +- themes/default/grid.css | 146 +++++++++++++++++++++++++---------- themes/default/help.css | 18 ++--- themes/default/menu.css | 30 ++++---- themes/default/results.css | 150 +++++++++++++++++++++++++++--------- themes/default/theme.css | 7 +- themes/default/treeview.css | 8 +- 10 files changed, 287 insertions(+), 141 deletions(-) diff --git a/themes/_base/treeview.css b/themes/_base/treeview.css index 5d4b287..4269d8b 100644 --- a/themes/_base/treeview.css +++ b/themes/_base/treeview.css @@ -26,7 +26,8 @@ } .filetree li span.file a { margin-left: -16px; - padding-left: 19px; + padding: 2px 5px 3px 19px; + display: inline-block; } .filetree span a { text-decoration: none; diff --git a/themes/default/alerts.css b/themes/default/alerts.css index e486f59..69a3276 100644 --- a/themes/default/alerts.css +++ b/themes/default/alerts.css @@ -5,7 +5,7 @@ border: solid 3px #aed0ea; box-shadow: 1px 1px 10px #5e5e5e; color: #000; - font-family: Verdana,Arial,sans-serif; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } @@ -13,7 +13,7 @@ background: #d0e5f5 url(themes/default/images/ui-bg_glass_75_d0e5f5_1x400.png) repeat-x scroll 50% 50%; border: 1px solid #aed0ea; color: #222; - font-family: Tahoma,Arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; } @@ -24,6 +24,6 @@ } #popup_message { - font-family: sans-serif,arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } \ No newline at end of file diff --git a/themes/default/default.css b/themes/default/default.css index 7ebe9f8..4e88035 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -9,7 +9,7 @@ #tab-history { color: #000; - font-family: verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; } @@ -17,7 +17,7 @@ background: transparent; border: none; color: #222; - font-family: Arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } @@ -27,7 +27,7 @@ border: 1px solid #a6c9e2; border-radius: 3px; color: #000; - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; } @@ -45,7 +45,7 @@ #main_header .title .main { color: #009c16; - font-family: segoe ui,tahoma; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 700; text-shadow: 3px 3px 2px #ccc; @@ -53,7 +53,7 @@ #main_header .title .version { color: #fd36cb; - font-family: tahoma; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 7pt; font-weight: 700; } @@ -61,7 +61,7 @@ #main_header .info { background: #fff; color: #5e5e5e; - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 11px; font-weight: 400; } @@ -83,7 +83,7 @@ #commandEditor,#commandEditor2,#commandEditor3 { border: 0; - font-family: courier new,verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } @@ -93,7 +93,7 @@ border-bottom: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; color: #1d5987; - font-family: Tahoma,Trebuchet MS,Verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; } @@ -102,14 +102,14 @@ background: #d0e5f5; border-bottom: 1px solid #1d5987; color: #1d5987; - font-family: Tahoma,Trebuchet MS,Verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; } .label { color: #000; - font-family: Trebuchet MS,Verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } @@ -121,7 +121,7 @@ .info { background: #fff; color: #000; - font-family: Trebuchet MS,Verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } @@ -132,7 +132,7 @@ div.code-editor { textarea.text-editor { border: none; - font-family: verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } @@ -152,13 +152,13 @@ hr { .CodeMirror-line-numbers { background-color: #fff; color: #aaa; - font-family: courier new; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; } a.btn { color: green; - font-family: tahoma; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; } @@ -179,7 +179,7 @@ a.btn { #screen-wait div span { color: #79b7e7; - font-family: segoe ui; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 700; } @@ -195,7 +195,7 @@ a.btn { #dialog-text-editor #text-editor { border: 5px solid #fff; - font-family: verdana,arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 13px; } @@ -269,7 +269,7 @@ input.blur { } * { - font-family: Tahoma; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 400; } @@ -283,7 +283,7 @@ input.blur { } #dblist option { - font-family: Arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } @@ -293,23 +293,23 @@ input.blur { } #inplace-text textarea { - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; } #sql-history tr td { - font-family: verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } div.sql-text { - font-family: Courier New; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; } #main_header .updates { - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 400; } @@ -319,7 +319,7 @@ div.sql-text { } .cm-s-default span { - font-family: courier new; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; } @@ -332,12 +332,12 @@ div#rec_pager { } div#popup_buttons select { - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; } div#popup_buttons select option { - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } @@ -347,22 +347,22 @@ div#popup_buttons select option { } b { - font-family: verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } span.webdings { - font-family: webdings; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; } pre.blob { - font-family: verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } textarea.blobeditor { - font-family: verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } diff --git a/themes/default/editor.css b/themes/default/editor.css index 45999f4..7983940 100644 --- a/themes/default/editor.css +++ b/themes/default/editor.css @@ -1,7 +1,7 @@ .editbox { color: #494949; font-family: monospace; - font-size: 12pt; + font-size: 11pt; } span.sql-keyword { diff --git a/themes/default/grid.css b/themes/default/grid.css index 9169c0c..81546cb 100644 --- a/themes/default/grid.css +++ b/themes/default/grid.css @@ -1,39 +1,61 @@ #popup_contents div.input select { - border: 1px solid #ddd; - font-family: Arial; + border: 1px solid #cbd5e0; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; + padding: 6px 8px; + border-radius: 4px; + transition: all 0.2s ease; + background-color: #ffffff; +} + +#popup_contents div.input select:hover { + border-color: #4299e1; + box-shadow: 0 2px 4px rgba(0,0,0,0.08); +} + +#popup_contents div.input select:focus { + border-color: #4299e1; + box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2); + outline: none; } #table_grid tr th { - background: linear-gradient(top,#f9f9f9); - background: -moz-linear-gradient(top,#f9f9f9); - background: -webkit-gradient(linear,left); - background: -webkit-linear-gradient(top,#f9f9f9); - background: -o-linear-gradient(top,#f9f9f9); - background: -ms-linear-gradient(top,#f9f9f9); - background: linear-gradient(top,#f9f9f9); - background: -moz-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%); - background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#e3e4e6)); - background: -webkit-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%); - background: -o-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%); - background: -ms-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%); - background: linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%); - border-color: #c5c5c5; + background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%); + border-color: #3182ce; border-style: solid; border-width: 1px 1px 1px 0; - color: #555; - font-family: arial; + color: #ffffff; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; - text-shadow: 0 1px 0 rgba(255,255,255,0.3); + padding: 10px 12px; + text-shadow: 0 1px 2px rgba(0,0,0,0.2); + box-shadow: 0 2px 4px rgba(0,0,0,0.1); + position: relative; } #table_grid tr td { - border-bottom: 1px solid #cdcdcd; - border-right: 1px solid #cdcdcd; - font-family: arial; + border-bottom: 1px solid #e2e8f0; + border-right: 1px solid #e2e8f0; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; + padding: 8px 10px; + transition: all 0.2s ease; + background-color: #ffffff; +} + +#table_grid tr:nth-child(even) td { + background-color: #f7fafc; +} + +#table_grid tr:hover td { + background-color: #edf2f7; + box-shadow: 0 2px 4px rgba(0,0,0,0.05); +} + +#table_grid tr:hover td.current { + background-color: #90cdf4; } #table_grid span.check { @@ -51,67 +73,111 @@ } #table_grid tr td input.cell_editor { - border: 1px solid #888; - box-shadow: 0 0 3px #777; - color: #131313; - font-family: arial; + border: 2px solid #4299e1; + box-shadow: 0 0 8px rgba(66, 153, 225, 0.4); + color: #2d3748; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; + padding: 4px 6px; + border-radius: 4px; + background-color: #ffffff; } #table_grid select.cell_combo { - border: 1px solid #888; - box-shadow: 0 0 3px #777; - color: #131313; - font-family: arial; + border: 2px solid #4299e1; + box-shadow: 0 0 8px rgba(66, 153, 225, 0.4); + color: #2d3748; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; + padding: 4px 6px; + border-radius: 4px; + background-color: #ffffff; } #grid-messages { - color: green; - font-family: tahoma; + color: #2f855a; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; + padding: 8px 12px; + background-color: #c6f6d5; + border-radius: 4px; + margin: 8px 0; + box-shadow: 0 2px 4px rgba(0,0,0,0.05); } #popup_contents .error { - background-color: #fcccf1; + background-color: #fee2e2; + border: 1px solid #fca5a5; + border-radius: 4px; + padding: 8px; + box-shadow: 0 2px 4px rgba(220, 38, 38, 0.1); } #table_grid td.current { - background-color: #ececec; + background-color: #bee3f8; + box-shadow: inset 0 0 0 2px #4299e1; } #grid-messages.error { - color: red; + color: #c53030; + background-color: #fee2e2; } #popup_contents div.input option { - font-family: Arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; + padding: 4px 8px; } #table_grid tr td span { - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; + color: #2d3748; } #dialog-list select { - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; + padding: 6px 8px; + border: 1px solid #cbd5e0; + border-radius: 4px; + transition: all 0.2s ease; +} + +#dialog-list select:hover { + border-color: #4299e1; + box-shadow: 0 2px 4px rgba(0,0,0,0.08); } #dialog-list select option { - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; + padding: 4px 8px; } #dialog-list input[type=text] { - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; + padding: 6px 8px; + border: 1px solid #cbd5e0; + border-radius: 4px; + transition: all 0.2s ease; +} + +#dialog-list input[type=text]:hover { + border-color: #4299e1; + box-shadow: 0 2px 4px rgba(0,0,0,0.08); +} + +#dialog-list input[type=text]:focus { + border-color: #4299e1; + box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2); + outline: none; } \ No newline at end of file diff --git a/themes/default/help.css b/themes/default/help.css index 4e46e71..53c6c77 100644 --- a/themes/default/help.css +++ b/themes/default/help.css @@ -1,6 +1,6 @@ div.docinfo { border-bottom: 1px solid #555; - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; } @@ -10,7 +10,7 @@ ul.links { ul.links li a { color: #000; - font-family: Arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } @@ -27,21 +27,21 @@ div.content { div.content div.heading { background-color: #c2e2f8; - font-family: Verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } div.content div.subheading { background-color: #c2e2f8; - font-family: Verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; } div.docinfo a { color: green; - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 700; } @@ -52,7 +52,7 @@ ul.links li.current { div.content a { color: green; - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 700; } @@ -62,19 +62,19 @@ div.content a:hover { } ul.links li { - font-family: Arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } div.content div,div.content table tr td { - font-family: Verdana; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } div.content ul li { - font-family: Arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } \ No newline at end of file diff --git a/themes/default/menu.css b/themes/default/menu.css index 4a0255a..2ff3919 100644 --- a/themes/default/menu.css +++ b/themes/default/menu.css @@ -3,15 +3,15 @@ ul.dropdown li { } ul.dropdown li a { - color: #2779aa; - font-family: segoe ui,arial,verdana; + color: #4299e1; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 400; } ul.dropdown li.hover,ul.dropdown li:hover { - background: #fafafa; - border: 1px solid #aed0ea; + background: #f7fafc; + border: 1px solid #90cdf4; } ul.dropdown > li:hover:after { @@ -20,11 +20,11 @@ ul.dropdown > li:hover:after { } ul.dropdown ul { - -moz-box-shadow: 2px 2px 4px #5e5e5e; - -webkit-box-shadow: 2px 2px 4px #5e5e5e; - background: #fafafa url(themes/default/images/cmenu-bg.gif) repeat-y scroll left top; - border: 1px solid #aed0ea; - box-shadow: 2px 2px 4px #5e5e5e; + -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1); + -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1); + background: #ffffff url(themes/default/images/cmenu-bg.gif) repeat-y scroll left top; + border: 1px solid #cbd5e0; + box-shadow: 0 2px 6px rgba(0,0,0,0.1); } ul.dropdown ul li { @@ -79,7 +79,7 @@ ul.context > li:hover,ul.dropdown > li.right:hover { } ul.dropdown a:hover { - color: #2779aa; + color: #3182ce; } ul.dropdown li.right:hover { @@ -91,17 +91,17 @@ ul.dropdown li.hover a { } ul.dropdown ul li:hover { - background: url(themes/default/images/ui-bg_glass_75_d0e5f5_1x400.png) repeat-x scroll 50% 54% #dbeefa; - border: 1px solid #aed0ea; - color: #2779aa; + background: url(themes/default/images/ui-bg_glass_75_d0e5f5_1x400.png) repeat-x scroll 50% 54% #e0f2fe; + border: 1px solid #90cdf4; + color: #3182ce; } ul.dropdown ul li a:hover { - color: #2779aa; + color: #3182ce; } ul.dropdown ul li:hover a { - color: #2779aa; + color: #3182ce; } ul.dropdown ul ul li a:hover { diff --git a/themes/default/results.css b/themes/default/results.css index 0316a8e..a726663 100644 --- a/themes/default/results.css +++ b/themes/default/results.css @@ -1,19 +1,16 @@ table.results > thead > tr > th { - background: linear-gradient(top,#f9f9f9); - background: -moz-linear-gradient(top,#f9f9f9); - background: -webkit-gradient(linear,left); - background: -webkit-linear-gradient(top,#f9f9f9); - background: -o-linear-gradient(top,#f9f9f9); - background: -ms-linear-gradient(top,#f9f9f9); - background: linear-gradient(top,#f9f9f9); - border-color: #c5c5c5; + background: linear-gradient(135deg, #67b6e7 0%, #87bff3 100%); + border-color: #3182ce; border-style: solid; border-width: 1px 1px 1px 0; - color: #555; - font-family: arial; + color: #ffffff; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; - text-shadow: 0 1px 0 rgba(255,255,255,0.3); + padding: 6px 10px; + text-shadow: 0 1px 2px rgba(0,0,0,0.2); + box-shadow: 0 2px 4px rgba(0,0,0,0.1); + position: relative; } table.results > thead > tr > th span.pk { @@ -27,18 +24,23 @@ table.results > thead > tr > th span.uk { } table.results > tbody > tr > td { - border-bottom: 1px solid #cdcdcd; - border-right: 1px solid #cdcdcd; - font-family: arial; + border-bottom: 1px solid #e2e8f0; + border-right: 1px solid #e2e8f0; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; + padding: 4px 10px; + transition: all 0.2s ease; + background-color: #ffffff; } table.results > tbody > tr > td.tj { - background: #efefef; + background: #f7fafc; + font-weight: 600; } table.results > tbody > tr > td.tnl { - color: red; + color: #e53e3e; + font-style: italic; } table.results > tbody > tr > td span.blob { @@ -50,16 +52,43 @@ table.results > tbody > tr > td form.cell_editor_form { } table.results > tbody > tr > td input.cell_editor { - border: 2px solid #888; - box-shadow: 0 0 3px #777; - color: #131313; - font-family: arial; + border: 1px solid #4299e1; + box-shadow: 0 0 8px rgba(66, 153, 225, 0.4); + color: #2d3748; font-size: 9pt; font-weight: 400; + padding: 4px 6px; + border-radius: 4px; + background-color: #ffffff; + box-sizing: border-box; } -table.results tr:nth-child(even) { - background-color: #fcfcfc; +table.results > tbody > tr:nth-child(even) > td { + background-color: #f7fafc; +} + +table.results > tbody > tr:hover > td { + background-color: #c1dbea; + box-shadow: 0 2px 4px rgba(0,0,0,0.05); +} + +table.results > tbody > tr.ui-state-active > td { + background-color: #38a0dc; + color: white; +} + + +table.results > tbody > tr:hover > td.tj { + background-color: #e2e8f0; +} + +table.results > tbody > tr > td.current { + background-color: #bee3f8; + box-shadow: inset 0 0 0 2px #4299e1; +} + +table.results > tbody > tr:hover > td.current { + background-color: #90cdf4; } table.results > tbody > tr > td span.text { @@ -91,26 +120,75 @@ table.results > tbody > tr > td span.ser { } table.results > tbody > tr > td .cell_editlist { - background: #fff; - border: 2px solid #888; - box-shadow: 0 0 3px #777; + background: #ffffff; + border: 2px solid #4299e1; + box-shadow: 0 4px 6px rgba(66, 153, 225, 0.3); + border-radius: 4px; + padding: 6px 7px 7px 7px; } table.results > thead > tr > th div { font-weight: 700; } -table.results > tbody > tr > td span.i { - font-family: arial; - font-size: 9pt; - font-weight: 400; +table.results th { + background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%); } -table.results th { - background: -moz-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%); - background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#e3e4e6)); - background: -webkit-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%); - background: -o-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%); - background: -ms-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%); - background: linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%); +/* Results div container styling */ +div#results-div { + background-color: #ffffff; + box-shadow: inset 0 2px 4px rgba(0,0,0,0.06); + border-radius: 4px; +} + +/* Pager styling */ +div#rec_pager { + background: linear-gradient(to bottom, #ffffff 0%, #f7fafc 100%); + border-top: 1px solid #e2e8f0; + padding: 0; + box-shadow: 0 -2px 4px rgba(0,0,0,0.05); + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; +} + +div#rec_pager a { + color: #4299e1; + text-decoration: none; + padding: 4px 8px; + margin: 0 2px; + border-radius: 4px; + transition: all 0.2s ease; +} + +div#rec_pager a:hover { + background-color: #bee3f8; + color: #2c5282; +} + +div#rec_pager span.page { + padding: 4px 8px; + margin: 0 2px; + border-radius: 4px; + background-color: #4299e1; + color: #ffffff; + font-weight: 600; +} + +div#rec_pager select { + border: 1px solid #cbd5e0; + border-radius: 4px; + padding: 4px 8px; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + transition: all 0.2s ease; +} + +div#rec_pager select:hover { + border-color: #4299e1; + box-shadow: 0 2px 4px rgba(0,0,0,0.08); +} + +div#rec_pager select:focus { + border-color: #4299e1; + box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2); + outline: none; } \ No newline at end of file diff --git a/themes/default/theme.css b/themes/default/theme.css index 88a685f..b674967 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -990,8 +990,8 @@ button.ui-button::-moz-focus-inner { } .ui-widget { - font-family: Tahoma; - font-size: 8pt; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-size: 9pt; } .ui-widget .ui-widget { @@ -999,7 +999,7 @@ button.ui-button::-moz-focus-inner { } .ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button { - font-family: Tahoma; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 1em; } @@ -1017,6 +1017,7 @@ button.ui-button::-moz-focus-inner { .ui-menu .ui-menu-item a { font-weight: 400; + padding: 4px; } .ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active { diff --git a/themes/default/treeview.css b/themes/default/treeview.css index 85994b6..8e81428 100644 --- a/themes/default/treeview.css +++ b/themes/default/treeview.css @@ -13,13 +13,13 @@ .filetree li span { background: url(themes/default/images/objects.png) no-repeat; - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } .filetree li span.file a { background: url(themes/default/images/objects.png) no-repeat; - background-position: -8px -176px; + background-position: -6px -174px; } .filetree span a:visited { @@ -28,7 +28,7 @@ .dblist a,.dblist a:visited { color: #000; - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } @@ -126,6 +126,6 @@ } .filetree span a { - font-family: arial; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } \ No newline at end of file From 52be826029ed420d31cf16b394853579d57e73fe Mon Sep 17 00:00:00 2001 From: Samnan Date: Mon, 22 Jun 2026 12:54:40 +0800 Subject: [PATCH 2/3] cleanup record display --- .gitignore | 3 ++- themes/default/results.css | 10 +++++----- themes/default/treeview.css | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 54a9f15..14cdd48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea +.vscode .gitignore .DS_Store backups/* -php_errors.log \ No newline at end of file +php_errors.log diff --git a/themes/default/results.css b/themes/default/results.css index a726663..8d6ada1 100644 --- a/themes/default/results.css +++ b/themes/default/results.css @@ -1,11 +1,10 @@ table.results > thead > tr > th { - background: linear-gradient(135deg, #67b6e7 0%, #87bff3 100%); - border-color: #3182ce; + background: #3294d0; + border-color: #487fb3; border-style: solid; border-width: 1px 1px 1px 0; color: #ffffff; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; - font-size: 9pt; + font-size: 8.8pt; font-weight: 700; padding: 6px 10px; text-shadow: 0 1px 2px rgba(0,0,0,0.2); @@ -128,7 +127,8 @@ table.results > tbody > tr > td .cell_editlist { } table.results > thead > tr > th div { - font-weight: 700; + font-weight: 500; + font-size: 100%; } table.results th { diff --git a/themes/default/treeview.css b/themes/default/treeview.css index 8e81428..b79224a 100644 --- a/themes/default/treeview.css +++ b/themes/default/treeview.css @@ -20,6 +20,7 @@ .filetree li span.file a { background: url(themes/default/images/objects.png) no-repeat; background-position: -6px -174px; + font-size: 10pt; } .filetree span a:visited { From d6da82c5552de72d53385a966b27f0c0d2d774df Mon Sep 17 00:00:00 2001 From: Samnan Date: Sat, 27 Jun 2026 20:22:31 +0800 Subject: [PATCH 3/3] default theme upgrades --- config/constants.php | 2 +- index.php | 2 +- js/query.js | 2 +- themes/_base/default.css | 5 +- themes/default/alerts.css | 6 +- themes/default/default.css | 66 +++++++++--------- themes/default/grid.css | 22 +++--- themes/default/help.css | 18 ++--- .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 180 -> 0 bytes .../images/ui-bg_flat_55_fbec88_40x100.png | Bin 182 -> 0 bytes .../images/ui-bg_glass_75_d0e5f5_1x400.png | Bin 124 -> 0 bytes .../images/ui-bg_glass_85_dfeffc_1x400.png | Bin 155 -> 0 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 119 -> 0 bytes .../ui-bg_gloss-wave_55_5c9ccc_500x100.png | Bin 3457 -> 0 bytes .../ui-bg_inset-hard_100_f5f8f9_1x100.png | Bin 104 -> 0 bytes .../ui-bg_inset-hard_100_fcfdfd_1x100.png | Bin 88 -> 0 bytes themes/default/menu.css | 2 +- themes/default/results.css | 22 +++--- themes/default/theme.css | 6 +- themes/default/treeview.css | 6 +- 20 files changed, 83 insertions(+), 76 deletions(-) delete mode 100644 themes/default/images/ui-bg_flat_0_aaaaaa_40x100.png delete mode 100644 themes/default/images/ui-bg_flat_55_fbec88_40x100.png delete mode 100644 themes/default/images/ui-bg_glass_75_d0e5f5_1x400.png delete mode 100644 themes/default/images/ui-bg_glass_85_dfeffc_1x400.png delete mode 100644 themes/default/images/ui-bg_glass_95_fef1ec_1x400.png delete mode 100644 themes/default/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png delete mode 100644 themes/default/images/ui-bg_inset-hard_100_f5f8f9_1x100.png delete mode 100644 themes/default/images/ui-bg_inset-hard_100_fcfdfd_1x100.png diff --git a/config/constants.php b/config/constants.php index ba70de5..894a92b 100644 --- a/config/constants.php +++ b/config/constants.php @@ -12,7 +12,7 @@ // You should not change anything below unless you know what you are doing! define("EXTERNAL_PATH", defined('MYWEBSQL_COMPACT_DIST') ? $_SERVER["SCRIPT_NAME"] : str_replace(basename($_SERVER["SCRIPT_NAME"]), "", $_SERVER["SCRIPT_NAME"])); - define('APP_VERSION', '3.9'); + define('APP_VERSION', '3.95'); define('PROJECT_SITEURL', 'http://mywebsql.net'); define("DEVELOPER_EMAIL", "support@mywebsql.net"); define("COOKIE_LIFETIME", 1440); // in hours diff --git a/index.php b/index.php index d46e99d..66d973f 100644 --- a/index.php +++ b/index.php @@ -155,7 +155,7 @@
- +
diff --git a/js/query.js b/js/query.js index abedccd..94cdec8 100644 --- a/js/query.js +++ b/js/query.js @@ -425,7 +425,7 @@ function vwBlb(obj, num, btype) { fi = getFieldInfo(span.parent('td').index() - (editTableName == "" ? 1 : 2)); name = fi['name']; tr = span.parent().parent(); - taskbar.openModal("blob-editor", "?q=wrkfrm&type=viewblob&id="+num+"&name="+name+"&blobtype="+btype+"&query="+queryID, 500, 300); + taskbar.openModal("blob-editor", "?q=wrkfrm&type=viewblob&id="+num+"&name="+name+"&blobtype="+btype+"&query="+queryID, 800, 400); } function vwTxt(obj, len, btype) { msg = str_replace('{{SIZE}}', len, __('Text Data [{{SIZE}}]')); diff --git a/themes/_base/default.css b/themes/_base/default.css index f18721c..feede32 100644 --- a/themes/_base/default.css +++ b/themes/_base/default.css @@ -389,7 +389,7 @@ div#info-div { right: 0; } #object-filter-text { - height: 14px; + height: 22px; padding: 1px 3px; width: 97%; } @@ -435,6 +435,9 @@ div#popup_buttons select option { } #blob-data { padding: 20px 60px 20px 20px; + white-space: pre-wrap; + font-size: 10pt; + line-height: 1.8; } #screen-wait { z-index: 10000; diff --git a/themes/default/alerts.css b/themes/default/alerts.css index 69a3276..d4a5866 100644 --- a/themes/default/alerts.css +++ b/themes/default/alerts.css @@ -5,7 +5,7 @@ border: solid 3px #aed0ea; box-shadow: 1px 1px 10px #5e5e5e; color: #000; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } @@ -13,7 +13,7 @@ background: #d0e5f5 url(themes/default/images/ui-bg_glass_75_d0e5f5_1x400.png) repeat-x scroll 50% 50%; border: 1px solid #aed0ea; color: #222; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; } @@ -24,6 +24,6 @@ } #popup_message { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } \ No newline at end of file diff --git a/themes/default/default.css b/themes/default/default.css index 4e88035..8a97983 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -9,7 +9,7 @@ #tab-history { color: #000; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; } @@ -17,7 +17,7 @@ background: transparent; border: none; color: #222; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } @@ -27,13 +27,13 @@ border: 1px solid #a6c9e2; border-radius: 3px; color: #000; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; } #inplace-text { - background-color: #dfeffc; + background-color: #d1eeff; border: 1px solid #a6c9e2; border-radius: 3px; color: #000; @@ -45,7 +45,7 @@ #main_header .title .main { color: #009c16; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 700; text-shadow: 3px 3px 2px #ccc; @@ -53,7 +53,7 @@ #main_header .title .version { color: #fd36cb; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 7pt; font-weight: 700; } @@ -61,7 +61,7 @@ #main_header .info { background: #fff; color: #5e5e5e; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 11px; font-weight: 400; } @@ -83,7 +83,7 @@ #commandEditor,#commandEditor2,#commandEditor3 { border: 0; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } @@ -93,7 +93,7 @@ border-bottom: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; color: #1d5987; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; } @@ -102,14 +102,14 @@ background: #d0e5f5; border-bottom: 1px solid #1d5987; color: #1d5987; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; } .label { color: #000; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } @@ -121,7 +121,7 @@ .info { background: #fff; color: #000; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } @@ -132,7 +132,7 @@ div.code-editor { textarea.text-editor { border: none; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } @@ -152,13 +152,13 @@ hr { .CodeMirror-line-numbers { background-color: #fff; color: #aaa; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; } a.btn { color: green; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; } @@ -179,7 +179,7 @@ a.btn { #screen-wait div span { color: #79b7e7; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 700; } @@ -195,7 +195,7 @@ a.btn { #dialog-text-editor #text-editor { border: 5px solid #fff; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 13px; } @@ -212,7 +212,7 @@ a.btn { } .ui-layout-resizer-south:hover { - background: #dfeffc; + background: #d1eeff; } .ui-data-resizer-south:hover { @@ -248,7 +248,7 @@ a.btn { } #sql-history tr:hover { - background: #dfeffc; + background: #d1eeff; } #sql-history .hst { @@ -269,7 +269,7 @@ input.blur { } * { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 400; } @@ -283,7 +283,7 @@ input.blur { } #dblist option { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } @@ -293,23 +293,23 @@ input.blur { } #inplace-text textarea { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; } #sql-history tr td { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } div.sql-text { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; } #main_header .updates { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 400; } @@ -319,7 +319,7 @@ div.sql-text { } .cm-s-default span { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; } @@ -328,16 +328,16 @@ div#rec_pager { } #object-filter-text { - font-size: 11px; + font-size: 10pt; } div#popup_buttons select { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; } div#popup_buttons select option { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } @@ -347,22 +347,22 @@ div#popup_buttons select option { } b { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } span.webdings { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; } pre.blob { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } textarea.blobeditor { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } diff --git a/themes/default/grid.css b/themes/default/grid.css index 81546cb..561eae9 100644 --- a/themes/default/grid.css +++ b/themes/default/grid.css @@ -1,6 +1,6 @@ #popup_contents div.input select { border: 1px solid #cbd5e0; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; padding: 6px 8px; @@ -26,7 +26,7 @@ border-style: solid; border-width: 1px 1px 1px 0; color: #ffffff; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; padding: 10px 12px; @@ -38,7 +38,7 @@ #table_grid tr td { border-bottom: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; padding: 8px 10px; transition: all 0.2s ease; @@ -76,7 +76,7 @@ border: 2px solid #4299e1; box-shadow: 0 0 8px rgba(66, 153, 225, 0.4); color: #2d3748; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; padding: 4px 6px; @@ -88,7 +88,7 @@ border: 2px solid #4299e1; box-shadow: 0 0 8px rgba(66, 153, 225, 0.4); color: #2d3748; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; padding: 4px 6px; @@ -98,7 +98,7 @@ #grid-messages { color: #2f855a; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; padding: 8px 12px; @@ -127,20 +127,20 @@ } #popup_contents div.input option { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; padding: 4px 8px; } #table_grid tr td span { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; color: #2d3748; } #dialog-list select { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; padding: 6px 8px; @@ -155,14 +155,14 @@ } #dialog-list select option { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; padding: 4px 8px; } #dialog-list input[type=text] { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 400; padding: 6px 8px; diff --git a/themes/default/help.css b/themes/default/help.css index 53c6c77..b74fead 100644 --- a/themes/default/help.css +++ b/themes/default/help.css @@ -1,6 +1,6 @@ div.docinfo { border-bottom: 1px solid #555; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; } @@ -10,7 +10,7 @@ ul.links { ul.links li a { color: #000; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } @@ -27,21 +27,21 @@ div.content { div.content div.heading { background-color: #c2e2f8; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } div.content div.subheading { background-color: #c2e2f8; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 8pt; font-weight: 700; } div.docinfo a { color: green; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 700; } @@ -52,7 +52,7 @@ ul.links li.current { div.content a { color: green; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 700; } @@ -62,19 +62,19 @@ div.content a:hover { } ul.links li { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; font-weight: 700; } div.content div,div.content table tr td { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } div.content ul li { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10pt; font-weight: 400; } \ No newline at end of file diff --git a/themes/default/images/ui-bg_flat_0_aaaaaa_40x100.png b/themes/default/images/ui-bg_flat_0_aaaaaa_40x100.png deleted file mode 100644 index 5b5dab2ab7b1c50dea9cfe73dc5a269a92d2d4b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FscKIb$B>N1x91EQ4=4yQ7#`R^ z$vje}bP0l+XkK DSH>_4 diff --git a/themes/default/images/ui-bg_flat_55_fbec88_40x100.png b/themes/default/images/ui-bg_flat_55_fbec88_40x100.png deleted file mode 100644 index 47acaadd737478ddb090f47f618810712163317b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*Fsaj7L$B>N1x91EQ8x$BA993)+ za~~)OO5|O5sDCi_{N8&XlRv*c;OQ6|AR59NN?mFzWBXJVGojypu|S6~c)I$ztaD0e F0syyrGF|`x diff --git a/themes/default/images/ui-bg_glass_75_d0e5f5_1x400.png b/themes/default/images/ui-bg_glass_75_d0e5f5_1x400.png deleted file mode 100644 index 9fb564f8d0a117f17aa6b844490309dadbd94821..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnouq?|on978O6-=0_GYj6;7zWBfT zzjhI`OjAO{6(N>+Em!s|xjZW|^1EO|(5d{JeUmv{p6fa-GJh;t>KCH4`R~7(L8qj} Y_egNRQF(If70@^aPgg&ebxsLQ0Qgob)Bpeg diff --git a/themes/default/images/ui-bg_glass_85_dfeffc_1x400.png b/themes/default/images/ui-bg_glass_85_dfeffc_1x400.png deleted file mode 100644 index 7c448c53ec50f6904186747e70c17d49a05039c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAGVZ#9R3S1(G~n978O6-(GR#YB1n&xj27i z=#k&?m$r&7nX==hXpUIv=M#BGEQcyh#T{6dTHV^b(0B1+&fI?{?(SwOhYu&uZZ8UV zw`{zYlCkkctDE7+v(J}?xE~6fRGP9N~P|5`VHwe(v2#rba;97(8A5T-G@y GGywp%uRR$6 diff --git a/themes/default/images/ui-bg_glass_95_fef1ec_1x400.png b/themes/default/images/ui-bg_glass_95_fef1ec_1x400.png deleted file mode 100644 index 4443fdc1a156babad4336f004eaf5ca5dfa0f9ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnour0hIh978O6-<~(*YA|4MzBvER z|7}eQtdCVXoUc2b{PaWeaIKu7gJx>{vDV26o)#~38k_!`W=^oo1w6ixmPC4R1b Tyd6G3lNdZ*{an^LB{Ts5`idse diff --git a/themes/default/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png b/themes/default/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png deleted file mode 100644 index 81ecc362d50ef5abbc0420aacd5345822f1f6098..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3457 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 diff --git a/themes/default/menu.css b/themes/default/menu.css index 2ff3919..0439cb0 100644 --- a/themes/default/menu.css +++ b/themes/default/menu.css @@ -4,7 +4,7 @@ ul.dropdown li { ul.dropdown li a { color: #4299e1; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 400; } diff --git a/themes/default/results.css b/themes/default/results.css index 8d6ada1..c0e8978 100644 --- a/themes/default/results.css +++ b/themes/default/results.css @@ -1,13 +1,13 @@ table.results > thead > tr > th { - background: #3294d0; - border-color: #487fb3; + background: #d1eeff; + border-color: #b3c4d4; border-style: solid; border-width: 1px 1px 1px 0; - color: #ffffff; + color: #545454; font-size: 8.8pt; - font-weight: 700; + font-weight: 600; padding: 6px 10px; - text-shadow: 0 1px 2px rgba(0,0,0,0.2); + text-shadow: none; box-shadow: 0 2px 4px rgba(0,0,0,0.1); position: relative; } @@ -25,13 +25,17 @@ table.results > thead > tr > th span.uk { table.results > tbody > tr > td { border-bottom: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; padding: 4px 10px; transition: all 0.2s ease; background-color: #ffffff; } +table.results > tbody > tr > td span { + font-size: 100%; +} + table.results > tbody > tr > td.tj { background: #f7fafc; font-weight: 600; @@ -127,7 +131,7 @@ table.results > tbody > tr > td .cell_editlist { } table.results > thead > tr > th div { - font-weight: 500; + font-weight: 600; font-size: 100%; } @@ -148,7 +152,7 @@ div#rec_pager { border-top: 1px solid #e2e8f0; padding: 0; box-shadow: 0 -2px 4px rgba(0,0,0,0.05); - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; } div#rec_pager a { @@ -178,7 +182,7 @@ div#rec_pager select { border: 1px solid #cbd5e0; border-radius: 4px; padding: 4px 8px; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; transition: all 0.2s ease; } diff --git a/themes/default/theme.css b/themes/default/theme.css index b674967..611a624 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -140,7 +140,7 @@ button.ui-button::-moz-focus-inner { } .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default { - background: #dfeffc url(themes/default/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; + background: #d1eeff url(themes/default/images/ui-bg_glass_85_d1eeff_1x400.png) 50% 50% repeat-x; border: 1px solid #c5dbec; color: #2e6e9e; font-weight: 700; @@ -990,7 +990,7 @@ button.ui-button::-moz-focus-inner { } .ui-widget { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } @@ -999,7 +999,7 @@ button.ui-button::-moz-focus-inner { } .ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 1em; } diff --git a/themes/default/treeview.css b/themes/default/treeview.css index b79224a..3e4458b 100644 --- a/themes/default/treeview.css +++ b/themes/default/treeview.css @@ -13,7 +13,7 @@ .filetree li span { background: url(themes/default/images/objects.png) no-repeat; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } @@ -29,7 +29,7 @@ .dblist a,.dblist a:visited { color: #000; - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } @@ -127,6 +127,6 @@ } .filetree span a { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; + font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 9pt; } \ No newline at end of file