diff --git a/src/main/webapp/resources/lib/fims/biz/paintweb/guiScript.js b/src/main/webapp/resources/lib/fims/biz/paintweb/guiScript.js index 6aa6a6ea..c61557d6 100644 --- a/src/main/webapp/resources/lib/fims/biz/paintweb/guiScript.js +++ b/src/main/webapp/resources/lib/fims/biz/paintweb/guiScript.js @@ -1417,7 +1417,7 @@ pwlib.gui = function (app) { button.title = lang.commands[ev.id]; button.type = "button"; button.classList.add('btn'); - button.classList.add('blue'); + button.classList.add('btn-outline-dark'); button.classList.add('p-1'); button.appendChild(doc.createTextNode(button.title)); diff --git a/src/main/webapp/resources/lib/fims/biz/paintweb/layout.js b/src/main/webapp/resources/lib/fims/biz/paintweb/layout.js index b75f91f1..e6738fd8 100644 --- a/src/main/webapp/resources/lib/fims/biz/paintweb/layout.js +++ b/src/main/webapp/resources/lib/fims/biz/paintweb/layout.js @@ -23,7 +23,8 @@ let xhtml = `
.paintweb_command. --> -
  • Undo
  • + +
  • Undo
  •  
  • @@ -34,9 +35,11 @@ let xhtml = `
  •  
  • -
  • 자르기
  • -
  • 가림막
  • -
  • 번호판
  • + +
  • 자르기
  • +
  • 가림막
  • +
  • 번호판
  • + @@ -51,8 +54,7 @@ let xhtml = `
    -->
  •  
  • - -
  • Rotate image
  • +
  • Rotate image
  • brighten image
  • darken image
  • @@ -75,7 +77,8 @@ let xhtml = `
    -
  • Save image
  • + +
  • Save image