| 1 |
.CodeMirror { |
| 2 |
border: 1px solid #ccc; |
| 3 |
} |
| 4 |
|
| 5 |
.wow-plugin .submit-bottom { |
| 6 |
margin: 25px 0px; |
| 7 |
display: block; |
| 8 |
width:400px; |
| 9 |
} |
| 10 |
.wow-plugin .add-item { |
| 11 |
width: 128px; |
| 12 |
height: 32px; |
| 13 |
background: #1f9ef8; |
| 14 |
line-height: 32px; |
| 15 |
text-align: center; |
| 16 |
color: #fff; |
| 17 |
text-decoration: none; |
| 18 |
font-size: 14px; |
| 19 |
border: 0px; |
| 20 |
cursor: pointer; |
| 21 |
margin: 0px; |
| 22 |
padding: 0px; |
| 23 |
transition-timing-function: ease-in-out; |
| 24 |
transition-duration: .05s; |
| 25 |
transition-property: all; |
| 26 |
} |
| 27 |
.wow-plugin .additem:hover, .wow-plugin .additem:active { |
| 28 |
background: #128be0; |
| 29 |
} |
| 30 |
.wow-plugin .delete-item { |
| 31 |
width: 128px; |
| 32 |
height: 32px; |
| 33 |
background: #797979; |
| 34 |
line-height: 32px; |
| 35 |
text-align: center; |
| 36 |
color: #fff; |
| 37 |
text-decoration: none; |
| 38 |
font-size: 14px; |
| 39 |
border: 0px; |
| 40 |
cursor: pointer; |
| 41 |
margin: 0px; |
| 42 |
padding: 0px; |
| 43 |
transition-timing-function: ease-in-out; |
| 44 |
transition-duration: .05s; |
| 45 |
transition-property: all; |
| 46 |
margin-left: 2px; |
| 47 |
} |
| 48 |
.wow-plugin .delete-item:hover, .wow-plugin .delete-item:active { |
| 49 |
background: #656565; |
| 50 |
} |