diff --git a/src/editor/components/seButton.js b/src/editor/components/seButton.js index e05f9c83..1a1e0663 100644 --- a/src/editor/components/seButton.js +++ b/src/editor/components/seButton.js @@ -6,7 +6,7 @@ template.innerHTML = ` - +
- + `; /** * @class ExplorerButton diff --git a/src/editor/components/seFlyingButton.js b/src/editor/components/seFlyingButton.js index 1a93fa3a..2b4cd7f1 100644 --- a/src/editor/components/seFlyingButton.js +++ b/src/editor/components/seFlyingButton.js @@ -6,7 +6,7 @@ template.innerHTML = ` } .overall:hover * { - background-color: #ffc; + background-color: #2B3C45; } img { border: none; @@ -15,11 +15,10 @@ template.innerHTML = ` } .overall.pressed .button-icon, .overall.pressed .handle { - background-color: #F4E284 !important; + background-color: #2B3C45 !important; } .overall.pressed .menu-button { - box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4), 1px 1px 0 white !important; - background-color: #F4E284 !important; + background-color: #2B3C45 !important; } .disabled { opacity: 0.3; @@ -30,8 +29,7 @@ template.innerHTML = ` width: 24px; margin: 2px 2px 4px; padding: 3px; - box-shadow: inset 1px 1px 2px white, 1px 1px 1px rgba(0,0,0,0.3); - background-color: #E8E8E8; + background-color: #72797A; cursor: pointer; position: relative; border-radius: 3px; @@ -68,7 +66,7 @@ template.innerHTML = ` background: none !important; } - +
- + `; /** * @class FlyingButton