|
|
@@ -430,12 +430,6 @@ form #comment { |
|
|
|
#delete, #save { |
|
|
|
padding-left: 0; |
|
|
|
} |
|
|
|
#save { |
|
|
|
background: #669900; |
|
|
|
} |
|
|
|
#delete { |
|
|
|
background: rgba(240, 215, 215); |
|
|
|
} |
|
|
|
input[type="button"], |
|
|
|
input[type="submit"], |
|
|
|
input[type="reset"], |
|
|
@@ -457,6 +451,12 @@ input[type="reset"]:hover, |
|
|
|
border: 1px solid #674e4e; |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
input[type="button"]#save { |
|
|
|
background: #669900; |
|
|
|
} |
|
|
|
input[type="button"]#delete { |
|
|
|
background: rgba(240, 215, 215); |
|
|
|
} |
|
|
|
#attachments input[type="button"], |
|
|
|
#attachments input[type="submit"], |
|
|
|
#attachments input[type="reset"], |
|
|
|