OSDN Git Service

[NEW] データベースをハンドルする新しいDBクラスを追加。関連する修正を反映。
[nucleus-jp/nucleus-next.git] / nucleus / javascript / edit.js
index 3d6bcc4..c1cc3c0 100644 (file)
@@ -329,16 +329,15 @@ function isCaretEmpty() {
 
 function BtnHighlight(el) {
        with(el.style){
-               borderLeft="1px solid gray";
-               borderRight="1px solid #e9e9e9";
-               borderTop="1px solid gray";
-               borderBottom="1px solid #e9e9e9";
+               borderLeft="1px solid #e9e9e9";
+               borderRight="1px solid gray";
+               borderTop="1px solid #e9e9e9";
+               borderBottom="1px solid gray";
        }
 }
 
 function BtnNormal(el) {
        with(el.style){
-               padding="3px";
                border="1px solid #dddddd";
        }
 }