diff --git a/src/editor/components/seDropdown.js b/src/editor/components/seDropdown.js index 91b24afb..450a6e3d 100644 --- a/src/editor/components/seDropdown.js +++ b/src/editor/components/seDropdown.js @@ -40,7 +40,7 @@ class Dropdown extends ListComboBox { ::slotted(*) { padding: 4px; background: #E8E8E8; - border: 1px solid #B0B0B0; + border: 1px solid #5a6162; width: 100%; } [part~="popup"] { diff --git a/src/editor/components/seExplorerButton.js b/src/editor/components/seExplorerButton.js index 4d5a5b50..04126acb 100644 --- a/src/editor/components/seExplorerButton.js +++ b/src/editor/components/seExplorerButton.js @@ -67,7 +67,7 @@ template.innerHTML = ` .menu-item { line-height: 1em; padding: 0.5em; - border: 1px solid #B0B0B0; + border: 1px solid #5a6162; background: #E8E8E8; margin-bottom: -1px; white-space: nowrap; diff --git a/src/editor/dialogs/SePlainAlertDialog.js b/src/editor/dialogs/SePlainAlertDialog.js index 2cc06e8c..a3b2c0b1 100644 --- a/src/editor/dialogs/SePlainAlertDialog.js +++ b/src/editor/dialogs/SePlainAlertDialog.js @@ -52,7 +52,7 @@ export default class SePlainAlertDialog extends PlainAlertDialog { background: #DDD; overflow: auto; text-align: left; - border: 1px solid #B0B0B0; + border: 1px solid #5a6162; padding: 1em; border-radius: 5px; -moz-border-radius: 5px; diff --git a/src/editor/dialogs/editorPreferencesDialog.js b/src/editor/dialogs/editorPreferencesDialog.js index 8d81006c..9b7e793c 100644 --- a/src/editor/dialogs/editorPreferencesDialog.js +++ b/src/editor/dialogs/editorPreferencesDialog.js @@ -71,7 +71,8 @@ template.innerHTML = ` } #svg_prefs #svg_prefs_container { padding: 10px; - background-color: #B0B0B0; + background-color: #5a6162; + color: #c5c5c5; border: 1px outset #777; opacity: 1.0; font-family: Verdana, Helvetica, sans-serif; @@ -83,6 +84,17 @@ template.innerHTML = ` margin-left: 1em; overflow: auto; } + + #tool_prefs_save { + width: 30%; + background-color: #c79605; + margin-left: 20%; + } + + #tool_prefs_cancel { + width: 30%; + background-color: #c8c8c8; + } #svg_prefs #svg_docprops_prefs { float: left; @@ -138,11 +150,9 @@ template.innerHTML = `