커맨드 버튼 재 구성.

$session 접근하는 변수에 Instance 지정
This commit is contained in:
2018-04-06 03:27:17 +09:00
parent 35e8fa952a
commit 11a9985543
12 changed files with 145 additions and 62 deletions
+24
View File
@@ -29,6 +29,30 @@ color:white;
display:block;
}
.commandButton {
float:left;
width:111px;
height:30px;
font-weight:bold;
font-size:13px;
margin:0;
display:block;
}
.commandButton:disabled::before{
content:'【'
}
.commandButton:disabled::after{
content:'】'
}
.commandButton:disabled{
background-color:transparent !important;
color:gray !important;
border-color:transparent !important;
}
.toolbarButton2 {
float:left;
background-color:#225500;