CodeMaid clean-up

This commit is contained in:
2016-12-21 07:27:25 +01:00
parent 577e8b4127
commit bc5c2bca6d
34 changed files with 152 additions and 175 deletions

View File

@@ -57,12 +57,11 @@
color: rgb(127,127,255);
background-color: rgb(0,0,128);
}
.divToolbox .btnToolbox:active {
box-shadow: 0 2px 4px rgba(0,0,0,0.4) inset, 0 -2px 3px rgba(255,255,255,1) inset;
}
.divCard {
position: absolute;
background-color: rgb(255,255,0);
@@ -162,4 +161,4 @@
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0,0,0,0.4) inset, 0 -2px 3px rgba(255,255,255,1) inset;
padding: 2px;
}
}